info-cvs
[Top][All Lists]
Advanced

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

Re: ops, does cvs admin -kb hurt anthing?


From: Ronald Petty
Subject: Re: ops, does cvs admin -kb hurt anthing?
Date: 18 Apr 2003 16:38:24 -0500

Thank you sir, that removed the expand tag from the ,v files, just what
I wanted.  Let me warn everyone again

DO NOT DO 

find . -name *.somefileextension | cvs admin -kb

IF YOU ARE NOT SURE *.somefileextension exists

I suppose you can fun it outside the working directory and be ok, but
don't listen to me :)

Thanks Max.
Ron

On Fri, 2003-04-18 at 16:08, Max Bowsher wrote:
> Ronald Petty wrote:
> > I just ran
> > 
> > find . -name *.jpeg | xargs cvs admin -kb
> > 
> > And since there are no jpeg files somehow cvs just assumed do it for the
> > current directory and starting doing it to every file.  So now some file
> > like .php file have had cvs admin -kb php done to them.
> > 
> > Did that hurt anything?  I have not done the update -A yet, do I have to
> > undo something?
> 
> Yes, but it is easy:
> 
> cvs admin -kkv
> 
> 
> Max.
> 
> 





reply via email to

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