= 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