info-cvs
[Top][All Lists]
Advanced

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

Re: listing new files in a local directory


From: Pierre Asselin
Subject: Re: listing new files in a local directory
Date: Tue, 29 Jun 2004 17:35:04 -0000
User-agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (Linux/2.2.19-7.0.1 (i586))

John Hanny <address@hidden> wrote:

> I'd like a cvs command that tells me what files in the current
> directory are new. One hack that I've been using is "cvs update." The
> files that are prefixed by '?' are new. Unfortunately, this has the
> side-effect of updating my local directory files if they have been
> changed in the repository.

Use the "-n" flag to turn off the side-effect.

    cvs -nq update -I! -ICVS | grep \^\\\?



reply via email to

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