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)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.)