cvs update

Doug Evans dje@transmeta.com
Thu Aug 7 15:22:00 GMT 2003


Doug Evans writes:
 > Bob Rossi writes:
 >  > If I do need to update several packages, is there a list? or should I
 >  > just do it from the top level?
 > 
 > Or, if you checked out both gdb and binutils, say with:
 > 
 > bash$ cvs -d ':pserver:anoncvs@sources.redhat.com:/cvs/src' checkout gdb binutils
 > 
 > then, again, update the same way:
 > 
 > bash$ cvs -d ':pserver:anoncvs@sources.redhat.com:/cvs/src' checkout gdb binutils

Sorry to follow-up my own message.  I forgot something.

You can see what modules are available to checkout with

bash$ cvs -d ':pserver:anoncvs@sources.redhat.com:/cvs/src' checkout modules

and browse file modules/modules.

Note that there is a combined gdb+binutils module, thus you can do:

bash$ cvs -d ':pserver:anoncvs@sources.redhat.com:/cvs/src' checkout gdb+bintuils

Dunno how permanent the gdb+binutils module is.



More information about the Gdb mailing list