I've always used TortoiseSVN, but now I need to create a branch using the command line, and I cannot seem to get it to work.
I'm trying to follow the steps listed here Branching Instructions
And I'm using the following command
svn copy https://coolserver:8443/svn/Actant/trunk https://coolserver:8443/svn/Geneva/branches/NewBranch -m "Creating a private branch of trunk."
But I ever time I do, I get the error svn: Repository moved permanently to 'https://coolserver:8443/'; please relocate
Can anyone help me figure out what I might be doing wrong?