Subversion Administration

Tagging a release

  1. 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
    
  2. 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