info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Query in using CVS


From: Karl-König Königsson
Subject: Re: Query in using CVS
Date: Fri, 21 Nov 2003 09:43:58 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3

This is all very well if you are content with a granularity on module or directory level. What if you have branches of your code and want to control access to that?

I want, for instance, in my project people to be able to check in rather freely in HEAD, but once a version is released (or about to be released) we branch the code tree and then there are other rules.

After this point must all checkins go through code moderators and they should be the only ones allowed to check into this particular branch.

Is this possible? Or rather: has anyone done this before and is willing to share their code/findings?

Cheers!

        Karl-Koenig Koenigsson


JacobRhoden wrote:

On Fri, 21 Nov 2003 04:23 pm, Narendhran K wrote:

I want some details on using Cvs. I have certain modules. I want to give
read permissions to certain users on these modules while for other modules
they can have write permissions. Is it possible for specifying restrictions
on the same repositary for individual users for different modules.


Yes it sure is, most people do it by writing scripts to check the persons username when they try to checkin a file. Search for commitcheck.pl and you will find multiple examples.

Best Regards,
Jacob

_______________________________________
JacobRhoden -- http://rhoden.id.au/


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs






reply via email to

[Prev in Thread] Current Thread [Next in Thread]