Hello, > I am trying to create a branch from our trunk. In the SVN command window on > the server, at the command prompt: > > C:Users\Administrator.us>svn copy > https://BIGRIG.www.myComp.com:8443/svn/NG/trunk \ > https://BIGRIG.www.myComp.com:8443/svn/NG/branches/2point2 \ > > and I get: > svn: E200007: Cannot mix repository and working copy sources. > > How do I fix this? I am not intending to mix anything. What does this > mean?
You need to remove the backslash in the command-line. Try doing this in a single command-line, e.g. like this: [[ svn copy https://BIGRIG.www.myComp.com:8443/svn/NG/trunk https://BIGRIG.www.myComp.com:8443/svn/NG/branches/2point2 -m "Created branch from trunk" ]] Thank you! -- With best regards, Pavel Lyalyakin VisualSVN Team -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to visualsvn+unsubscr...@googlegroups.com. To post to this group, send email to visualsvn@googlegroups.com. Visit this group at http://groups.google.com/group/visualsvn?hl=en. For more options, visit https://groups.google.com/groups/opt_out.