Changes between Initial Version and Version 1 of Internal/SVNTagging
- Timestamp:
- Nov 8, 2005, 11:35:47 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SVNTagging
v1 v1 1 = SVN Tagging = 2 3 In order to tag stable code releases in SVN, do the following 4 For example, we want to tag a stable release of OTG as rel-1.0.2, 5 6 {{{ 7 svn 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 10 Basically what this does is copies the entire trunk directory into ../tags/rel-1.0.2 11 12 So this is like a snapshot of the trunk directory