Introduction
Git is a distributed version control system. It's in much times faster and flexible one than SVN, therefore it's used for PyICQt development now.
Details
Do you want to get updates directly from git repo? It's not a problem.
Branches
unstable - main branch for testing
master - latest stable version (currently 0.8.1). Recommended for use.
oldstable - previous stable version (currently 0.8).
Initial actions
First, clone repo and put its content in pyicqt folder, for example:
git clone git://gitorious.org/pyicqt/mainline.git pyicqt
Ok, you have full copy of PyICQt. Let's enter in just created folder
cd pyicqt
Jump to update section if you want to use only stable version. In other case read next.
Now you should select separate branch, which is necessary for you:
git branch --track unstable origin/unstable
After this initial clone you track unstable branch.
For switching from one branch to other (unstable here) type:
git checkout unstable
Update
You should run only one command to update PyICQt:
git pull
That's all. Enjoy!
Git browser is at: http://gitorious.org/projects/pyicqt/repos/mainline/
The page you were looking for doesn't exist.
You may have mistyped the address or the page may have moved.