1
vote
SVN mark major version
If you are using the svn standard structure you should have a branches, tags, and trunk folder.
What you are looking to do is to make a copy of the current trunk to a folder in tags.
…
8
votes
Where to start with source-control
Very Subversion specific but it gives a decent understanding of version control basics.
http://svnbook.red-bean.com/
…
11
votes
Why avoid pessimistic locking in a version control system?
Go play with Source Safe and have a developer leave for a two week vacation. Add to that the VSS admins not being around. Now you have a fix to be posted but you can't because of the develope …
