[openbeosnetteam] Re: BNetAddress update -- a question.

> I always fall on this same error of sync with CVS: cvs update
don't *
> add* new sub-directory.

Instead of wasting a lot of time doing a new checkout, you may want
to do "cvs update -P -d" instead. The -P option throws out empty
directories, and -d adds new directories just like checkout does. If
you don't feel like typing these options all the time, make a .cvsrc
file in your home directory with the line: "update -d -P". From then
on, typing "cvs update" always uses the -P -d options automatically.
You can also add other often-used options to .cvsrc, like
"cvs -q -z3", "diff  -c", or whatever takes your fancy.

--
Matthijs Hollemans
All Your Software
www.allyoursoftware.com



Other related posts: