Am 28.08.10 05:11, schrieb Victor Mayevski:
Dear Gustaf,
Do you have any instruction on how to pull the latest XOTcl 2.0 code using git. Recently, git started to fail. After I deleted everything and started from scratch, git is pulling XOTcl 1.6 instead of XOTcl 2.0 I am using the following command:
git clone git://alice.wu-wien.ac.at/xotcl 2.0.0-develop
by using the command above, you will obtain a checkout of the head branch of xotcl, which is 1.6 (but you placed it into a directory named 2.0.0-develop).
In order to build the 2.0 version, you have to use the 2.0 branch. In detail, use:
git clone git://alice.wu-wien.ac.at/xotcl 2.0.0-develop cd 2.0.0-develop git branch 2.0.0-develop origin/2.0.0-develop git checkout 2.0.0-develop
best regrads -gustaf neumann