RE: [Plib-devel] PLIB developers needed.
Brought to you by:
sjbaker
From: Loring H. <ls...@cs...> - 2000-08-10 18:00:06
|
> And the rub is "python installed." :-) I'm unclear what the problem is. I have write access to a sourceforge project and I want to be able to switch between anonymous CVS and CVS writing. I want to use anonymous CVS when I'm updating my tree, but CVS writes when checking something into the tree. At the top level of the tree, I can do the following to update my tree: cvs -d:pserver:ano...@cv...:/cvsroot/quake update And the following to do writes (with CVS_RSH set to ssh): cvs -d...@cv...:/cvsroot/quake commit Once I do the write, I can do the former to reset CVS/Root to be the anonymous version. It's just that simple when your CVS tree isn't deep, but it gets more complicated when you have a deep hierarchy. If you are only operating from the root, you are fine with this scenario. If you are running cvs commands from other directories, you'd have to use the cvs update command in those directories to fix up CVS/Root Loring > > If you do not want to recheckout all the files and have > > python installed > > here is a little script that will change the local cvs/root > > files for you > > http://www.vso.cape.com/~nhv/files/python/cvs_chroot.py > > > > Norman |