info-cvs
[Top][All Lists]
Advanced

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

Re: strange problem with cvs remove ...


From: Derek R. Price
Subject: Re: strange problem with cvs remove ...
Date: Tue, 03 Oct 2000 10:47:26 -0400

bk wrote:

> $bash: rm copy*
> $bash: cvs remove copy*
>
> and i got a very strange error:
> cvs remove: nothing known about `copy*'

This has to do with Bash interpreting wild cards and not CVS.  Since
'copy*' doesn't resolve to an existing file, bash passes the literal to
CVS and cvs doesn't know anything about any files named 'copy*'.

A work around for this is to use:

    $bash: cvs rm -f copy*

instead of:

    $bash: rm copy*
    $bash: cvs remove copy*

Derek
--
Derek Price                      CVS Solutions Architect (
http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
I will not go near the kindergarten turtle.
I will not go near the kindergarten turtle.
I will not go near the kindergarten turtle...

          - Bart Simpson on chalkboard, _The Simpsons_




reply via email to

[Prev in Thread] Current Thread [Next in Thread]