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: