[Xotcl] XOTcl 2.0/Next

Gustaf Neumann neumann at wu.ac.at
Sun Aug 29 13:59:24 CEST 2010


  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

-- 
Univ.Prof. Dr. Gustaf Neumann
Institute of Information Systems and New Media
WU Vienna
Augasse 2-6, A-1090 Vienna, AUSTRIA



More information about the Xotcl mailing list