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

1

6

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?

Contrayerva answered 17/7, 2012 at 17:33 Comment(0)
C
2

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

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

Contrayerva answered 18/7, 2012 at 0:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.