RE: Server-side enforcement of SVN properties

2010-04-13 Thread Giulio Troccoli
Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- From: Leonid Zeitlin [mailto:l...@csltd.com.ua] Sent: 13 April 2010 10:03 To:

Re: Server-side enforcement of SVN properties

2010-04-13 Thread Leonid Zeitlin
On 13.04.2010 12:07, Giulio Troccoli wrote: Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- From: Leonid Zeitlin [mailto:l...@csltd.com.ua]

Re: Server-side enforcement of SVN properties

2010-04-13 Thread David Weintraub
You can take a look at my pre-commit hook at http://dl.dropbox.com/u/433257/hooks.zip. This allows you to enforce commit privileges (including the ability to create, but not edit tags), properties, and file names. It's written in Perl and needs the Config::IniFile module. 2010/4/13 Leonid

Re: Server-side enforcement of SVN properties

2010-04-13 Thread Leonid Zeitlin
Thank you! Leonid On 13.04.2010 20:00, David Weintraub wrote: You can take a look at my pre-commit hook at http://dl.dropbox.com/u/433257/hooks.zip. This allows you to enforce commit privileges (including the ability to create, but not edit tags), properties, and file names. It's written