How To :: Create a Tag from Trunk in SVN

This command 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.”