Changes between Initial Version and Version 1 of Internal/SVNTagging


Ignore:
Timestamp:
Nov 8, 2005, 11:35:47 PM (18 years ago)
Author:
Surya Satyavolu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SVNTagging

    v1 v1  
     1= SVN Tagging =
     2
     3In order to tag stable code releases in SVN, do the following
     4For example, we want to tag a stable release of OTG as rel-1.0.2,
     5
     6{{{
     7svn copy http://svn.orbit-lab.org/svn/orbit/otg/trunk http://svn.orbit-lab.org/svn/orbit/otg/tags/rel-1.0.2
     8}}}
     9
     10Basically what this does is copies the entire trunk directory into ../tags/rel-1.0.2
     11
     12So this is like a snapshot of the trunk directory