Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedding version control within App

I am building an application to learn cocoa, basically its a notes keeping app. But i wanted to build a functionality where i can see what happen to the document over time, i think using subversion/version control software can help me in this task. But how i can embed it within an app?

like image 793
itsaboutcode Avatar asked Nov 06 '22 17:11

itsaboutcode


1 Answers

Git might be a better choice and there is a partial Objective-C implementation at http://github.com/schacon/objective-git.

like image 69
Neal Avatar answered Nov 12 '22 11:11

Neal