Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Objective-C library for accessing SVN

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.

like image 393
Joe Cannatti Avatar asked Jul 19 '10 14:07

Joe Cannatti


1 Answers

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

like image 126
Pablo Santa Cruz Avatar answered Oct 21 '22 04:10

Pablo Santa Cruz