$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-30 08:38:03
Rene Rivera wrote:
> >Okay, removed all v2 files I could find. BTW, do you have any idea why CVS
> >refuses to remove directories, saw "new", even though I've run it with
> >
> > cvs up -dP
>
> Because the -d takes precendence over the -P. It's a silly way of doing
> things. Try: cvs up -P only.
I always though -d and -P have non-conflicting semantic. The first creates
directories which are missing in local copy, and the second removes directory
which are empty.
I've just found that the real reason is a bunch of files with strange names
like .#numbers.jam.1.6 that don't show up by default. After they are cleaned,
directories are removed on update, too.
- Volodya