我有以下代碼從Subversion使用SharpSVN獲取已更改文件的列表。 該代碼在單元測試中工作得很好,但從MSBuild運行時失敗。單元測試和MSBuild都使用相同的參數運行(我已通過調試兩者進行檢查),並在同一用戶下運行。錯誤異常在GetLog內部引發,(GetInfo成功,其他SVN方法在其他地方工作)。 任何想法? 代碼: public IEnumerable<string> Get
我試圖讓SharpSVN與我在VS2010中工作的VB.NET項目一起工作。我已經添加SharpSVN.dll到我的項目的引用,但是當我嘗試加載該網站出現以下錯誤:在當前web請求的執行過程中發生未處理的異常: Could not load file or assembly 'SharpSvn' or one of its dependencies. An attempt was made to
我有一個回購與空間這樣的路徑: https://mysvnserver.local/svn/branches/2.7 Feature XYZ
現在我想讀的使用SharpSvn這條道路的日誌。 我有這樣的代碼: var client = new SvnClient();
client.Authentication.DefaultCredentials = new NetworkCredenti
我正試圖找到一種有效的方法來獲取文件的先前版本,以使用SharpSVN進行文本比較。 using (SvnClient c = new SvnClient())
{
c.Authentication.DefaultCredentials = new NetworkCredential(
ConfigurationManager.AppSettings.Get("SvnSer