On Jan 15, 2008, at 04:29, Himanshu Raina wrote:
> Ryan Schmidt wrote:
>
>> On Jan 11, 2008, at 06:37, Himanshu Raina wrote:
>>
>> > Is there a way I can restrict a user from writing or checking in a
>> > specific type of file. For example, I have a repository named
>> > "Template" under which I have a trunk named Developer. Now I want
>> > all users accessing Developer to check-in only *.tpl files denying
>> > access to write any other type (.gz, .html, .php, .c ..etc).Can
>> > this be done?
>>
>> Yes, you can write a pre-commit hook to reject commits of non-.tpl
>> files.
>
> Not able to write one of these pre-commit hooks..Any help in this
> regard will be appreciated.
Here's a script that does this. I assume you can run bash scripts. If
not, you'll have to rewrite the script in a language you can run.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-15 12:06:55 CET