File naming and version control guidelines
Research Data Management
Best Practices |
|
File Naming & Tracking Changes (Version Control)On this page: File naming | Tracking changes with version control File NamingBest Practices: 1. Be consistent.
2. Be descriptive so others can understand your meaning. Try to keep file and folder names under 32 characters Within reason, Include relevant information such as:
example: Project_instrument_location_YYYYMMDD[hh][mm][ss][_extra].ext File renaming Applications: If you have many files already named, use a file renaming application such as ReNamer (Mac/Windows/Unix) Tracking Changes with Version ControlKeep track of versions of files (version control): Manually: Use a sequential numbered system: v01, v02
OR: Use version control software (SVN) such as Mercurial, or TortoiseSVN, which can track revisions to files and help you roll back to a previous version of a file.
|
|
| Maintained by: Brian Westra, bwestra@uoregon.edu | |
