info-cvs
[Top][All Lists]
Advanced

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

Re: find files that are not in CVS


From: Kaz Kylheku
Subject: Re: find files that are not in CVS
Date: Mon, 15 Jul 2002 08:09:24 -0700 (PDT)

On Mon, 15 Jul 2002, Dmitry Trunikov wrote:

>     Hi All.
> I'm newbie in CVS and need in your help. Problem is in following. I have 
> a directory which has many files (more than 600). Some files are in CVS 
> and other are not because they ware not added to CVS in time. I want to 
> add new files to CVS but I don't know exactly their names. At current 
> time I can to do command "cvs status" and select files which are not in 
> CVS but list is too big and hard for processing. Can anybody advise me 
> other solution?

Learn to use grep maybe?

cvs -n up | grep '^?' | cut -c 3-




reply via email to

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