When I run the following command
svn copy http://host/svn/someproject/trunk \ http://host/svn/someproject/tags/uteeni -m"adding externals"
I get a svn:
Cannot mix repository and working copy sources error
reply, what am I doing wrong? The tags folder has been added to the project and the trunk as well.
Removal of "\" fixed the issue. Here is my command which worked:
svn copy from_url to_url -m "my comments for tag"
It happens when paths are incorrect. Also helps to use //server:8080/... instead of //server/... if using http: And '\' is not needed if you type command in 1 line.
I have also seen this problem when I've pasted the command from MS Word. Somehow I believe Word changed the formatting of some of the characters in the text. Retyping an identical command from scratch solved this problem.
Is that backslash supposed to be in your question?
Otherwise it's probably to do with your svn client being a different version that your server. I've seen that fail with a similar error message before.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With