我在找一個簡單的C#腳本來導出一個SVN文件夾。C#代碼導出SVN文件夾
注意:我已經在這個Win 2008 R2服務器上安裝了tortoise svn。
感謝您的幫助!
例如:
//SVN:
string source = c:\project\websiteFiles\
//Export to:
string target = c:\inetpub\hockeyWebsite\
ExportSVNfolder(source, target)
{
// export the files
// wait till export is 100% complete
// return
}