
|
[openbeosnetteam]
||
[Date Prev]
[09-2002 Date Index]
[Date Next]
||
[Thread Prev]
[09-2002 Thread Index]
[Thread Next]
[openbeosnetteam] Re: BNetAddress update -- a question.
- From: "Matthijs Hollemans" <matthijs@xxxxxxxxxxxxxxxxxxx>
- To: <openbeosnetteam@xxxxxxxxxxxxx>
- Date: Mon, 23 Sep 2002 09:32:48 +0100
> 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
|

|