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]

Re: Difficulty for community involvment in gdb



>   My standard way of getting changes from a cvs repository is to type: 
> "cvs -q update -Pd". This also retrieves new directories. In all other 

A more correct way to update a module set is to do this:

	cvs -q get gdb

Unless your cvs is quite old, this *is* an incremental update *plus*
any new directories *defined by the module*.  You can't do that with
"cvs update".


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