Create a tag of a svn trunk repository
Written by Henrik,
Tuesday, 03 March 2009
Last Updated ( Wednesday, 04 March 2009 20:57 )
This oneliner creates a version tag in /project_name/tags of the current /project_name/trunk.
svn copy svn://svn_host/project_name/trunk svn://svn_host/project_name/tags/release-1.0.0 -m "Tagging the 1.0.0 release of the 'Project Name' project."
