Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
I used CVS before using svn, and I must say that I'd never work again without a source control tool.
It saved my a s s more than once.
Quote:
|
Usually I rename the existing file as something else e.g. OLD_foobar.php
|
If your modifications touch only 1 file, it works. But when it touches interfaces, db adapters, class, stored procedure/triggers and rendering, you may end up with a dozen of modified files to adapt that one modification.
Branching is way easier to maintain in that case.
And when you have a regression, looking at the differences is so much more easy when you can do a diff between the 2 versions...
I even have put my server configuration under svn.
For those times where you accidentaly overwrite your dns zone with an empty one.
__________________
Only a biker knows why a dog sticks his head out the window.
|