* John Levon <[EMAIL PROTECTED]> [2001-08-06 13:30] schrieb:
> On Mon, Aug 06, 2001 at 01:14:05PM +0200, Andre Poenitz wrote:
> 
> > > when you do "cvs commit *", it gives messages about files not in repository
> > > with "cvs diff", the files are marked with '?'
> > 
> > When I try 'cvs commit *' it gives 'Use cvs add to create...' error
> > messages for every .o in the directory, too. Ok, I could filter them out
> > to get only the interesting file names...
> 
> just run :
> 
> cvs up 2>&1 | grep ^\?
> 
> >from the top dir
but be careful that it doesnt merge modified files with the (older one) from repository
"cvs -n up" is probably better

-- 
ronny

Reply via email to