Have you looked at pre-commit hooks that may serve that purpose? I think svnperms.py may be what you're looking for - just disallow all operations except additions on 'tags/*', and disallow all operations on 'tags/*/*'.
Hope that helps, Alexey. On Friday 09 April 2010 05:56:44 pm Vadim Chekan wrote: > On Fri, Apr 9, 2010 at 11:31 AM, B Smith-Mannschott > > <bsmith.o...@gmail.com> wrote: > > On Fri, Apr 9, 2010 at 10:13, Vadim Chekan <kot.bege...@gmail.com> wrote: > >> P.S. Pleeeease, introduce true tags, no more "lets pretend this copy is > >> a tag". > > > > What's a "true" tag? What's it good for? How would it behave? > > Tag is named snapshot. When I do release, I want to tag the code I've > just released so that nobody can modify it. > I want to be sure that in any moment in the future, I can checkout > "tags/product-1.0" and I will get exactly what has been released and I > want a guarantee that no genius "fixed" something in tags/ > > Vadim. >