wiki:Internal/SVNTagging

Version 1 (modified by Surya Satyavolu, 18 years ago) ( diff )

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

Note: See TracWiki for help on using the wiki.