[Bf-committers] Re: CVS update -A :)

Melchior FRANZ bf-committers@blender.org
Tue, 16 Dec 2003 00:35:54 +0100


[cvs up -A]
* Ton Roosendaal -- Tuesday 16 December 2003 00:00:
> I didn't ever use this stuff, except once for blenlib/intern/dynlib.c.
> Is this something to do default for all updates?

Options like these can be put into your cvs config file (~/.cvsrc):
I recommend this

cvs -z4 -q
diff -up
update -dP
checkout -P
rdiff -u

You can add -A to the update line

update -dPA

m.