我试图运行svn copy命令如下.
svn copy https://rb-svn1.in.company.com/svn/Project500/branches \
https://rb-1.in.company.com/svn/cust04/Project500/tags/V1.xx \
-m "Dummy test version V1.xx tag"
Run Code Online (Sandbox Code Playgroud)
但我收到错误信息说:
svn: Local, non-commit operations do not take a log message or revision properties
Run Code Online (Sandbox Code Playgroud)
谁能告诉我这里发生了什么?
跋蹉