Is there a good library in c# that can check against a ftp and subversion and then upload the updated files (when comparing against a given rev.)?
Forbidden files to upload should be given. (like local web.config, dev files etc)
Is there a good library in c# that can check against a ftp and subversion and then upload the updated files (when comparing against a given rev.)?
Forbidden files to upload should be given. (like local web.config, dev files etc)
Regarding the subversion part, sharp svn is a C# binding for svn. For the FTP part, you could use "normal" C# code (or have a look at this example.)