I did a clean checkout of a repository then every day I have an hudson job that runs a script to backup the configuration. Part of the script is to add *.xml
我对存储库进行了干净的检查,然后每天我都有一个运行脚本来备份配置的 hudson 作业。 部分脚本是添加*.xml
$ svn add *.xml svn: warning: W150002: '/data/hudson/config.xml' is already under version control svn: E200009: Could not add all targets because some targets are already versioned svn: E200009: Illegal target for the requested operation
The warning is fine because some of the xml files are already under version control but I don't understand why I get the E200009 error. If there is nothing to add, there should be no error.
警告很好,因为一些 xml 文件已经在版本控制下,但我不明白为什么我会收到 E200009 错误。 如果没有什么可添加的,应该不会有错误。
svn: E205001: Try 'svn help' for more info svn: E205001: Not enough arguments provided