files end up in wrong directory after svn copy
- by Andy
I want to copy the trunk of one project to another, so I use the following command:
svn copy -m "test" (url of project from)/Trunk/ (url of project to)/Trunk/
The files ended up in (url of project to)/Trunk/Trunk/ instead of
(url of project to)/Trunk/ where I want them to go.
Have I done something wrong? What should I do if I do if I want the files in (url of project to)/Trunk/? Doing the the following does not seem to make sense:
svn copy -m "test" (url of project from)/Trunk/ (url of project to)/