My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Git  
Latest PyICQt's updates via git
Updated Feb 4, 2010 by r000ns...@gmail.com

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!

Comment by michal@cihar.com, Dec 14, 2008
Comment by vladimir.shelukhin, May 9, 2009

The page you were looking for doesn't exist.

You may have mistyped the address or the page may have moved.

Powered by Google Project Hosting