Creating a tag
Don’t create the tag directory first with ‘svn mkdir’, despite what the
manual says… this will lead to a trunk folder being created *inside* the tag folder.
More info
svn copy http://intranet.themindgym.com/svn/themindgym.com/trunk \
http://intranet.themindgym.com/svn/themindgym.com/tags/release-1.0.1 \
-m "TAG: 1.0.1 release"
Removing a tag
svn rm -m "Remove 'stable' tag" \
http://intranet.themindgym.com/svn/themindgym.com/tags/stable
Updating a tag
If updating a tag, such as for a stable release, use svn merge rather than creating a fresh copy.