views:

52

answers:

1

Are there any Objective-C libraries available for accessing SVN repositories. It is a very difficult thing to Google for due to the high correlation on the words involved. I would like to use one in an OSX 10.6 application.

+1  A: 

Just use Subversion set of C libraries. You can use them in a Cocoa/Objective-C application with no modifications at all.

Pablo Santa Cruz