在尝试使用以下代码时,我收到以下错误:已经在不同的URL上工作,错误代码为155000。
string targetPath = @"C:Documents and SettingsAdminMy DocumentsCPM Creator"; //" for prettify
client.Authentication.DefaultCredentials = new NetworkCredential("guestUser", "hjk$#&123");
// Checkout the code to the specified directory
client.CheckOut(new Uri("http://svn.peerlis.com:8080/CPM Creator"), targetPath);