svn 1.7 error E200009 Could not add all targets because some targets are already versioned

后端 未结 5 1467
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-19 03:14

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

<
5条回答
  •  走了就别回头了
    2021-02-19 04:01

    svn add something --force will solve the error E200009. In your case, svn add *.xml --force will solve your problem

提交回复
热议问题