Archive for December, 2009
Creating Tags in Subversion
Posted by Mark in CMCrossroads, Subversion, Tools 'n' Tips on December 4, 2009
Subversion does not support labels as many version control tools do. Instead Subversion uses the svn copy command to create ‘tags’. By convention a Subversion repository is often divided into three sub-directories; trunk, where the main development is often (though not necessarily) done; branches, where (unsurprisingly) we maintain branches that may be used for any [...]