Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion for SourceSafe users

I have to do some migration training for developers tomorrow who have only ever used VSS. It's been a long time since I used VSS in any capacity and I'm concerned I'll miss a lot of obvious stuff. What I want is a list of things you would want to know if you were going to move to VSS. What would you mention if you were tasked with training someone as a new user of SVN?

like image 497
1800 INFORMATION Avatar asked Dec 10 '22 20:12

1800 INFORMATION


2 Answers

Subversion for VSS Users is a good comparison what differs in SVN over VSS

like image 166
Xn0vv3r Avatar answered Dec 12 '22 10:12

Xn0vv3r


One of the biggest differences is that between the copy-modify-merge model used by Subversion and the lock-modify-unlock model used in Visual SourceSafe.

The Subverson book has a pretty decent overview of the comparison, with some appraisal of each.

like image 39
Rob Avatar answered Dec 12 '22 09:12

Rob