Search Results

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/ …