Do I need these directories?

David Miller justdave at syndicomm.com
Thu Oct 2 19:11:53 UTC 2003


On 10/2/2003 11:38 AM -0700, <Brendan_VanHorn at NAI.com> wrote:

> When I use "cvs -n -q update -AdP" to check for any updates I see the
>following extra messages:
>
> cvs server: New directory `Conf' -- ignored
> cvs server: New directory `docs/sgml' -- ignored
> cvs server: New directory `oracle' -- ignored
> cvs server: New directory `template/default' -- ignored
> cvs server: New directory `template/en/default/admin/attachstatus' -- ignored
> cvs server: New directory `template/en/default/admin/common' -- ignored
> cvs server: New directory `template/en/default/admin/keywords' -- ignored
> cvs server: New directory `template/en/default/admin/request-type' -- ignored
> cvs server: New directory `template/en/default/email' -- ignored
>
> However, when I use "cvs -q update -AdP" to get the latest updates cvs
>doesn't give me those extra messages.  These directories don't exist on my
>system.
>
> Do I need them?  If yes, how can I get cvs to update them on my local system?

In several cases, those are actually old directories that are no longer
being used.  the -P on the end deletes empty directories, so that's why you
don't get them.  There's nothing in the Bugzilla code that depends on the
existence of any empty directories, so there's no reason to keep them
around.
-- 
Dave Miller      Project Leader, Bugzilla Bug Tracking System
http://www.justdave.net/             http://www.bugzilla.org/



More information about the developers mailing list