我米使用sharpsvn庫,我想做一個開關,但它不斷給我下面的錯誤:的.Switch命令sharpSvn不是一個有效的路徑C#
"This argument is not a valid path. A Uri was specified."
我檢查,如果路徑是OKE路徑是好的任何想法什麼是錯的?
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)));
'localpath'包含什麼?在'teststring'或'configpath2'上引發異常的地方? – Shaharyar 2013-04-11 13:25:45
localpath是中繼線所在的本地文件夾。 它在函數結束時拋出。 – Trustos 2013-04-11 13:32:27
結束哪些功能?顯示該函數的最後一條語句 – Shaharyar 2013-04-11 13:38:16