I use the following code to copy a trunk to a branch:
svn copy svn://web/path/to/trunk \svn://web/path/to/branches/dev -m "Creating a dev branch of trunk"
It seemed to work fine, except that he moved the folder with it. For instance:
trunk / somefile.html was copied to the /dev/trunk/somefile.html branches
This is normal? I suppose this should not be so, and I would like to know how to correctly copy the branch.
Thank.
source
share