Re: howto limit filetypes

2010-02-02 Thread Ryan Schmidt
On Feb 2, 2010, at 09:42, Marco wrote: > Could you give me an example on how to implement this control so that > users can not commit particular filetypes? In the pre-commit hook, you are given the path to the repository and the transaction number. You can use these to call "svnlook" to see what

Re: howto limit filetypes

2010-02-02 Thread Marco
Thanks! Could you give me an example on how to implement this control so that users can not commit particular filetypes? Marco On 2 Feb, 16:24, Ulrich Eckhardt wrote: > On Tuesday 02 February 2010, Marco wrote: > > > is it possible to deny users to commit particular filetypes into > > subversion

Re: howto limit filetypes

2010-02-02 Thread Ulrich Eckhardt
On Tuesday 02 February 2010, Marco wrote: > is it possible to deny users to commit particular filetypes into > subversion repositories? Yes, take a look at pre-commit hooks. Uli -- FAQ: http://subversion.tigris.org/faq.html Docs: http://svnbook.red-bean.com/ Sator Laser GmbH, Fangdieckstraße 7

howto limit filetypes

2010-02-02 Thread Marco
Hi all, is it possible to deny users to commit particular filetypes into subversion repositories? Thanks Marco