DragonFly BSD
DragonFly kernel List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Reminder about using cvs update to update the source tree.


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 26 Jun 2004 13:52:56 -0700 (PDT)

    You always want to use 'cvs update -Pd'.  You can make -Pd the default
    by creating a ~/.cvsrc file with the following line in it:

    update -Pd

    I usually have this in my ~/.cvsrc:

    cvs -q
    diff -u
    update -Pd
    checkout -P

    These options (1) Prune out empty directories, which is necessary in order
    to keep the source tree in the form that the build system expect and
    (2) create any new directories added in the repository.

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]