Re: Files 'in the way' when doing cvs update

2023-08-03 Thread Stuart Henderson
On 2023-08-03, Matthias Pressfreund  wrote:
> When updating the source tree via anonymous cvs, I keep getting this ...
>
> ...
> cvs update: move away regress/lib/libssl/symbols/Makefile; it is in the way
> C regress/lib/libssl/symbols/Makefile
> cvs update: move away regress/lib/libssl/symbols/symbols.awk; it is in the way
> C regress/lib/libssl/symbols/symbols.awk
> ...
>
> After removing the two files the messages won't appear, but only until next 
> 'cvs update'.
>
> The two files are listed in /regress/lib/libssl/symbols/CVS/Entries and so is 
> the 'symbols' directory in /regress/lib/libssl/CVS/Entries.
>
> Anything I can do to get rid of these messages?

Try "rm -r regress/lib/libssl/symbols" then "cvs -d $CVSROOT up -Pd"
(or if you don't have CVSROOT set, use whichever mirror path you normally
use).




Files 'in the way' when doing cvs update

2023-08-03 Thread Matthias Pressfreund
When updating the source tree via anonymous cvs, I keep getting this ...

...
cvs update: move away regress/lib/libssl/symbols/Makefile; it is in the way
C regress/lib/libssl/symbols/Makefile
cvs update: move away regress/lib/libssl/symbols/symbols.awk; it is in the way
C regress/lib/libssl/symbols/symbols.awk
...

After removing the two files the messages won't appear, but only until next 
'cvs update'.

The two files are listed in /regress/lib/libssl/symbols/CVS/Entries and so is 
the 'symbols' directory in /regress/lib/libssl/CVS/Entries.

Anything I can do to get rid of these messages?