[EMAIL PROTECTED] wrote:

> We are moving the repository from one location to another in the same
> server.Is it ok if we use symbolic links so that all users do not
> have to change their CVSROOT?

I think so.  Try it.


> Is there any script which if run will modify the users views?

There's one floating around out there somewhere, but it amounts to:

    echo NEWCVSROOT >tmproot
    find WORKDIR -name CVS/Root -exec cp tmproot {} \;

That has to be executed for each workspace each user has checked out
from the old CVSROOT.  No warranties, know what you're doing, and all
that.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
I will not barf unless I'm sick.
I will not barf unless I'm sick.
I will not barf unless I'm sick...

          - Bart Simpson on chalkboard, _The Simpsons_




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

Reply via email to