I m using the sharpsvn library and I want to do a switch but it keeps giving me following error:
"This argument is not a valid path. A Uri was specified."
I checked if the path was oke and the paths are good any Idea whats wrong?
var configpath2 = "http://website.com/svn/CMS/trunk/Configuration";
teststring = localpath + @"\trunk\Configuration\CMS";
svnClient.Switch(new Uri(teststring).ToString(), new SvnUriTarget(new Uri(configpath2)));