Xicheng Jia wrote:
> 
> On Mon, 4 Nov 2002, Mike Ayers wrote:
> 
> >       4.  Run a script which deletes all the CVS/Root directories and then
> > `cvs -d /new/path/to/repository update`
> 
> Can you tell me how to make such script file?

NOTE: this is extremely dangerous! *MAKE A BACKUP FIRST*

find . -type f -name Root |xargs rm

> Also, shall I delete all 3 files in CVS
> directory or just the file "Root"? Thanks a lot. :-)

Just delete the CVS/Root files. Wiping out any more will break the
working directory.

-Matt


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to