I would like to access SVN through a new application I am building for Mac OS X platform, using native cocoa libraries. I believe, I need to invoke the SVN command-line application through NSTask, to run it in the background. I have two problems here
- How to pass credentials to SVN?
- How to check the status of SVN operation?
Any pointers will be of great help.