开发者

subversion "you are trying to commit files from several subversion working copies"

Subversion has very strange behavior when moving/deleting folder. I had this error Subversion unreliable: 开发者_JAVA百科"please update the out of date items"

and now this one. How to solve this ?


Did you used the operating systems move or delete functions? If so, that could also produce the errors you see above. When moving files or deleting files in Subversion working copies, you should always use the svn commands (svn move, svn delete) rather than the operating system's.

When moving directories inside working copies or from one working copy to another, you could have copied the .svn directory, which will cause the "several Subversion working copies" message.


Have you ever used the svn switch command? It sounds like you have multiple revisions or multiple branches in the same tree and are trying to commit them all simultaneously. What is the result of using svn status in the root of your current repository?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜