Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AnkhSVN - Source and destination URLs appear not to point to the same repository

I'm trying to Branch Solution with VS 2010 SP1 and AnkhSVN 2.3.11269 (latest version).

That's resulting in:

SharpSvn.SvnUnsupportedFeatureException: Source and destination URLs appear not to point to the same repository.

My Source URL:

svn+ssh://[email protected]/MyCompany/MyProject/

AnkhSVN suggests the following Branch URL:

svn+ssh://[email protected]/branches/

It stands out that the Source URL contains MyCompany and MyProject, while the suggested Branch URL contains neither.

How can I successfully branch?

like image 580
Eric J. Avatar asked Jul 17 '12 17:07

Eric J.


1 Answers

It turns out that the URL suggested by AnkhSVN was wrong. The correct URL would be

svn+ssh://[email protected]/MyCompany/MyProject/branches/

like image 142
Eric J. Avatar answered Sep 27 '22 22:09

Eric J.