wiki:Internal/SVNTagging

SVN Tagging

In order to tag stable code releases in SVN, do the following For example, we want to tag a stable release of OTG as rel-1.0.2,

svn copy http://svn.orbit-lab.org/svn/orbit/otg/trunk http://svn.orbit-lab.org/svn/orbit/otg/tags/rel-1.0.2

Basically what this does is copies the entire trunk directory into ../tags/rel-1.0.2

So this is like a snapshot of the trunk directory

Last modified 18 years ago Last modified on Feb 28, 2006, 12:38:27 PM
Note: See TracWiki for help on using the wiki.