[Psi-Devel] Trying out Git

Remko Tronçon remko at el-tramo.be
Tue Aug 26 13:45:11 PDT 2008


Hi all,

Since we've been getting some reports on breakage of Subversion, I
guess it's time to let you guys know (if you didn't already): we're
trying out Git as a replacement for subversion. While we're doing this
experiment, we won't be updating the Subversion repo for a while.
Since our Subversion repository has Iris as an external, and since
Subversion chooses to always check out the latest version of external
repos, expect even more breakage of our SVN repo soon.

You can read more details about our Git repo here
http://el-tramo.be/blog/psi-git
I'll just repeat the most important parts:

To check out our Git repository, do the following:

    git clone git://git.psi-im.org/psi.git
    git submodule init
    git submodule update

To get the latest changes after an initial clone, execute the following commands

    git pull
    git submodule update

Let us know if you have any trouble.

cheers,
Remko


More information about the Psi-Devel mailing list