Subversion Administration
Tagging a release
- Make the directory for the tag (if it doesn't already exist)
svn mkdir -m"Tagging xmlroff 0.5.1." svn://svn.xmlroff.org/tags/xmlroff-0.5.1
- Copy the current trunk (or a specific revision) to the tag's directory
svn cp -m"Tagging xmlroff 0.5.1." svn://svn.xmlroff.org/trunk/xmlroff svn://svn.xmlroff.org/tags/xmlroff-0.5.1/xmlroff
