Re: [Plib-devel] PLIB developers needed.
Brought to you by:
sjbaker
From: Sam S. <sa...@sp...> - 2000-08-10 16:35:36
|
----- Original Message ----- From: "Vallevand, Mark K" <Mar...@UN...> To: <pli...@li...> Sent: Thursday, August 10, 2000 5:16 PM Subject: RE: [Plib-devel] PLIB developers needed. > I'm pretty sure I did this correctly. I'll check my scripts. > I did checkout the changed files as 'markus5' after I checked > out all of plib anonymously. Maybe there is some residue from > the anonymous checkout getting in the way, even though I did > check the files our again as 'markus5'. Ah, I see.. No this won't work... CVS will look for a directory called CVS, and if it finds it it will use the contents of CVS/root to do the checkout - so it will still be anonymous@blah. It's actually a "feature" to stop you accidently mixing the contents of two different CVS stores. You check out plib into CVS-devel/plib with your plib user id. You change CVSROOT and then check out, say, Mesa into CVS-devel/mesa3d You go back to CVS-devel/plib and type cvs update. If it didn't use CVS/root as your CVSROOT it would attempt to update from the mesa cvs store. You'll have to check the whole of plib out as markus5 and then the commits will work. Sam |