"Deaver, Carl" wrote:Would it be easier, at least for me and my users of this
repository (about

> 25 of us), to simply delete our checked out versions and re-check out once
> the new repository is available on the new machine? Some of us are on
> separate branches too, of course.

That is one of the easiest ways to pull it off, but the following script will
convert a workspace to use a new root:


     cd $WORKSPACE
     echo $NEWCVSROOT >tmp
     find . -type d -name CVS -exec cp tmp {}/Root \;
     rm tmp

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
My karma ran over my dogma.




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

Reply via email to