Objective-C library for accessing SVN
Are there any Objective-C libraries available for accessing SVN repositories. It is a ver开发者_运维知识库y 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.
Just use Subversion set of C libraries. You can use them in a Cocoa/Objective-C application with no modifications at all.
精彩评论