RE: [Plib-devel] PLIB developers needed.
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2000-08-10 15:56:59
|
Mark K Vallevand writes: > >I'm supposed to have CVS write access to PLIB, but it doesn't >work. > >Here is what I did: >- anonymous checkout of all of plib; >- verify that plib still works for me (it does); >- checkout (as markus5, my sourceforge ID) the 3 files that >are changing; >- change the files; >- commit (as markus5) the 3 files that changed. > >The commit says I don't have write access. >Any ideas? Mark You wouldn't perchance be trying to update from a branch where the ./cvs/root file reads as :pserver:ano...@cv...:/cvsroot/plib would you ?? if so try changing it to read ma...@cv...:/cvsroot/plib You can only update from a tree / branch checked out by a 'known' user in a SSH CVS repository. This might not have been set correctly since you did the initial checkout annonymously. Norman |