[categories] [index] [all (552)] [latest]
Tag the current version:
$ svn copy https://swisssms.googlecode.com/svn/trunk \
https://swisssms.googlecode.com/svn/tags/release-1.2 \
-m "tag on release 1.2"
$ svn copy file:///Users/nst/Library/SVNRep/trunk/phpMyFlatSite \
file:///Users/nst/Library/SVNRep/tags/mfs_0_1 \
-m "tag on mfs 0.1"
Tag a old version:
$ svn copy -r 13 \
https://swisssms.googlecode.com/svn/trunk \
https://swisssms.googlecode.com/svn/tags/release-1.1 \
-m "forgotten tag on release 1.1"