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]

Re: cvs update


wooo, I didn't know you could do that. Thanks!

It seems like your saying there are many ways to do it. It also seems
like you are saying to *not* just update the gdb tree. I have to update
everything it depends on?

I am new at working with gdb, sorry for the low level questions.

Thanks,
Bob Rossi


On Thu, Aug 07, 2003 at 08:22:10AM -0700, Doug Evans wrote:
> 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]