【发布时间】:2008-12-30 14:07:32
【问题描述】:
在尝试使用以下代码时,我收到以下错误:Already working for different url, error code 155000.
string targetPath = @"C:\Documents and Settings\Admin\My Documents\CPM 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);
【问题讨论】: