开发者

Embedding version control within App

开发者 https://www.devze.com 2022-12-16 18:57 出处:网络
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/ve

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 ap开发者_StackOverflow中文版p?


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


The subversion book has section on this topic.

0

精彩评论

暂无评论...
验证码 换一张
取 消