This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cvs update


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]