[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] Making a CVS repository read-only
From: |
Jim Meyering |
Subject: |
Re: [Savannah-hackers-public] Making a CVS repository read-only |
Date: |
Fri, 28 Mar 2008 00:02:23 +0100 |
address@hidden (Ludovic Courtès) wrote:
> Jim Meyering <address@hidden> writes:
>
>> What I've done in the past is to cvs-remove all files
>> except one, like your THIS-REPOSITORY-IS-DEAD, and then
>> to add a commit hook prohibiting all write access.
>> That way, old cvsweb links will continue to work, yet no one
>> will be able to accidentally commit any change.
>
> I followed your advice.
>
>> Let me know when/if you'd like the commit hook to be put in place.
>
> Yes, please do.
Hi Ludovic,
I've disabled commits to guile/guile-core.
At least that was the intent. I haven't tested.
Would you please verify that commits now fail?
It'd be good to ensure that you can still commit
to at least one of the other guile/* directories, too.
Jim