On Wed, 2008-01-30 at 10:24 +0100, Klaus Rudolph wrote: > Hi, > > >> Now I have to start reading with git :-(, maybe downdload a complete > >> repository and what else... I only want the actual! versions... compile > >> them... have fun. Please help! > > > > git clone git://git.gpleda.org/gaf.git > > cd gaf > > make install # To install in $HOME/geda > > -- or -- > > make prefix=<somewhere> install # To install elsewhere > > > > git pull # To get new changes > > > Will that result in actual development status or will I get the latest > release-versions from the tools/libs? If this is the actual development > status, how can I get the last release?
Ivan replied on this point. You clone the repository as a whole, and can checkout your working tree to any particular point in the revision history, including tagged releases such as 1.4.0-(date) > pcb is not longer contained in geda tools? PCB has always been maintained in its own CVS repository, although Stuart's ISO CD did pull this in quite neatly. http://sourceforge.net/cvs/?group_id=73743 cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/pcb login (Password is blank, just press enter) cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/pcb co -P pcb I'd recommend looking at CVS PCB, as the latest release has some serious bugs which are now fixed in CVS. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

