2

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

  1. How to pass credentials to SVN?
  2. How to check the status of SVN operation?

Any pointers will be of great help.

attuser
  • 111
  • 8
  • did you get any information regarding it... I am also looking for similar task! – Devarshi Aug 29 '12 at 06:17
  • no specific answers yet. But I am using NSTask to invoke SVN commands. Checking specific status is still an issue. please post if you come across a method. – attuser Sep 02 '12 at 03:12
  • hey I am using NSTask to, here is my code at github: https://github.com/Daemon-Devarshi/SVNLogger, but I am facing same problems which you faced, will share additional code, once resolved. – Devarshi Sep 13 '12 at 12:05

1 Answers1

0

You should read the documentation and use Subversion's API to build your application.

bahrep
  • 29,961
  • 12
  • 103
  • 150