Re: [Python-Dev] CVS repository mostly closed now

2005-11-29 Thread David Goodger
You can also remove CVS write privileges from project members. It's a good way to prevent accidental checkins. -- David Goodger signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev@pyt

Re: [Python-Dev] CVS repository mostly closed now

2005-11-28 Thread Martin v. Löwis
장혜식 wrote: > There's a hacky trick to remove them: > put rm -rf $CVSROOT/src into CVSROOT/loginfo > and remove the line then and commit again. :) Sure :-) SF makes a big fuss as to how good a service this is: open source will never go away. I tend to agree, somewhat. For historical reasons, it i

Re: [Python-Dev] CVS repository mostly closed now

2005-11-28 Thread Fred L. Drake, Jr.
On Monday 28 November 2005 20:14, 장혜식 wrote: > There's a hacky trick to remove them: > put rm -rf $CVSROOT/src into CVSROOT/loginfo > and remove the line then and commit again. :) Wow, that is tricky! Glad it wasn't me who thought of this one. :-) -Fred -- Fred L. Drake, Jr. __

Re: [Python-Dev] CVS repository mostly closed now

2005-11-28 Thread 장혜식
On 11/27/05, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > I tried removing the CVS repository from SF; it turns > out that this operation is not supported. Instead, it > is only possible to remove it from the project page; > pserver and ssh access remain indefinitely, as does > viewcvs. There's