c# - How do you suggest a Java application, or any other 3rd party application written in any language, interact with a backend tool, such as SVN/GIT? -


So I'm looking at implementing a cover for SVN in C #, I'm thinking that together- What is the best way to interact with the SVN backend through wrapper application?

Any suggestions?

The first thing coming through my head was directly using the shell to manipulate the SVN. Just wondering what are the alternate ways :)

Thank you!

You can move on which there is a C # implementation, if the SVN client side API is any other For language, I take the same approach: see if a basic implementation of the protocol is already available or not. If so, use it if not, see if the protocol is well enough documented to apply it to yourself. That's not the case, or the time is really rare, come back to wrap the command line client.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -