svn command line tag

  1. svn copy http://svn.example.com/project/trunk 
          http://svn.example.com/project/tags/1.0 -m "Release 1.0"
  2. svn delete http://svn.example.com/project/tags/1.0 -m "delete Release 1.0"
原文地址:https://www.cnblogs.com/dmdj/p/3792298.html