I am writing a c# app that needs to look at a folder and get a list of files that need to be committed. Tortoise SVN is guaranteed to be installed on the machine. How can I get that list programmatically?
Share
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.
I don’t think that TortoiseSVN can help you with this, but it should not be too much effort doing it yourself using a C# SVN library.
Take a look at this question: Does anyone know of a good C# API for Subversion?.