info-cvs
[Top][All Lists]
Advanced

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

Re: Transferring the CVS to another hosts


From: Derek R. Price
Subject: Re: Transferring the CVS to another hosts
Date: Thu, 08 Feb 2001 09:46:22 -0500

"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:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
My karma ran over my dogma.






reply via email to

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