If you intend to code in Yosemite, you're bound to need a source control system. I'm using svn, its old and i know it, but I'm quite fond of the old chap. The easiest way to get it there is by using MacPorts.
# sudo port selfupdate
# sudo port install sqlite3 apr-util neon subversion
It's verified by issuing:
# svn
in you terminal. You're now ready to use the source control system for your own programming projects.
No comments:
Post a Comment