[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Restriction on deletion of files from Subversion

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2007-05-29 17:30:28 CEST

On 5/29/07, maitrayee.bhowmick@wipro.com <maitrayee.bhowmick@wipro.com>
wrote:
>
> Hi,
>
>
>
> I am currently using Tortoise SVN 1.3.2.I want to restrict the users from
> deleting files from the Subversion so that only Admin can delete the files.
> I have found that we can do it by modifying pre-commit hook script like
> svnperms.py for fine-grained control of things like this.
>
>
>
> Kindly let me know where to find this file in Subversion and how to use
> it.
>

Tortoise SVN is an svn client on windows. pre-commit hook is a script on the
svn server. This should be present in the hooks directory.
svnperms.py is not the hook file. You should call that script from the hook
script - pre-commit. And, svnperms.py is present in the tools/hook-scripts
directory of the subversion source distribution.

regards,
-Hari Kodungallur
Received on Tue May 29 17:32:11 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.