Source control is a method of managing revisions of files. In theory it is to help organize your sorry ass. There are several main ways to do versioning. One of the more hep ways to do it is called distributed revision control.
There are quite a few version control options out in the world today. Find your favorite and have fun. I looked at Subversion, CVS, Bazaar, Git and Mercurial. After doing some fiddling Bazaar appears to work the best.
The installation notes are skewed towards OSX Leopard. If you are reasonably awake I'm sure you can figure out how to do it on your favorite OS.
- Make sure python is installed
- On OSX you get it whether you like it or not. It may be super old though. So check out your version number by opening a terminal and typing: python --version
- If your version is older than your grandmother download the latest version here.
- Download and install the QT libraries
- Download the libraries here
- Double click on the package installer
- Download Bazaar for your OS
- Download the Bazaar client here
- Double click on the PyQT package first
- Double click on the Bazaar package second
- Setup your installation
- Open a terminal and type in:
- Fill out as much information as you can
- Now type in the following commands into the terminal
- mkdir -p ~/.bazaar/plugins
- ls ~/.bazaar/plugins
- bzr branch lp:bzr-explorer explorer
- To test your new installation type in
- You can install the icon for the Bazaar Desktop for OSX by downloading this attachment.
- Have fun.