I've created a new repository using VisualSVN Server with the default structure (branches, tags, trunk). I imported folders and files into the trunk and would like to branch the code to mark release v5.0 using the following settings:
>From WC at URL: https://<BuildServer>:8443/svn/<RepoName>/trunk To URL: https://<BuildServer>:8443/svn/<RepoName>/branches/RB-5.0 HEAD revision in repository But I get an error claiming that "Path 'branches/RB-5.0' already exists." The folders exist in the repository, but there is nothing under them. If I attempt to remove the folders and perform the copy it errors saying that it can't find the path. Any suggestions? Thanks.