tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Re: global 64-bit variables initialization


From: grischka
Subject: Re: [Tinycc-devel] Re: global 64-bit variables initialization
Date: Mon, 24 Nov 2008 22:38:27 +0100
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Jerry wrote:
I would like to start from test TCC. I have experience with ClearCase,SVN and SourceSafe, but I am not sure which
SCCM currently is used here. Could you point me where
I could get start?

We are since recently working with GIT at
        http://repo.or.cz/w/tinycc.git
Daniel has his own fork at
        http://repo.or.cz/w/tinycc/daniel.git

GIT is great with branches and patches and also it comes with
very useful graphical tools (gitk, git-gui).

GIT works best on linux, but there is also an all-in-one installer
for windows that seems to work quite well:
        http://code.google.com/p/msysgit/

You'd start by cloning the public repository:
        git clone git://repo.or.cz/tinycc.git

Then you can manipulate your personal copy using the GUI tools or
command-lines.

Then you can for example push your changes on the "mob" branch that
I just created:
        http://repo.or.cz/mob.html

If GIT is not (yet) for you then you can also just download a recent
snapshot from
        http://repo.or.cz/w/tinycc.git
for example
        http://repo.or.cz/w/tinycc.git?a=snapshot;h=master;sf=tgz
or checkout a CVS copy from Savannah:
        cvs -d:pserver:address@hidden:/sources/tinycc co tinycc

--- grischka





reply via email to

[Prev in Thread] Current Thread [Next in Thread]