I got a similar problem on my svn server (which is not a VisualSVN server).
Somebody has created the /branches/rel01 folder on the server and then delete it. After that, he try to branch his /trunk to /branches/rel01 and he got that error (Path already exists). Then he copy his trunk to /branches/rel01 and did a normal Add and it works. The only thing is he have a copy of the trunk instead of a branch. Ezeckiel On Feb 12, 1:27 am, [email protected] wrote: > 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.

