Toss original files after importing CVS/SVN?
November 24, 2007 7:23 AM
Subscribe
After I import a project into a cvs/svn respository, what do I do with the original files? Are they important still in some way, or can I toss them?
Should I back up the original files, and if so, why? After importing them, wouldn't backing up the cvs/svn repositories be just as good. I have found it strange that so many articles about cvs/svn don't actually have any suggestions about what to do with the original files after importing.
posted by steppe to computers & internet (9 comments total)
You may want to sync up on a different computer or directory the files you've placed into the repository and do a diff to confirm that you did in face import everything you expected to.
Everyonce and a while I will do a sync of my repository and burn the snapshot of the project's files to DVD as an extra backup.
posted by bottlebrushtree at 7:31 AM on November 24, 2007