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:[EMAIL PROTECTED]:/sources/tinycc co tinycc

--- grischka



_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to