Hello, I'm looking for a simple C# script that will export an SVN folder.
note: I have tortoise svn installed on this Win 2008 r2 server.
Thanks for your help!
example:
//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
}