Re: Enforce File Name with Naming Convention

2011-12-02 Thread michael mac
Hi, I found the solution in svnperm.py. Adding the following in the configuration file allowed me to restrict file name convention to single digit dot single digit. i.e 1.1, 1.2, 1.3 [repoA] path/to/my/folder/.+ = @mygroup () path/to/my/folder/\d\.\d\/ = @mygroup(add) Michael On Thu, Nov 3, 20

Re: Enforce File Name with Naming Convention

2011-11-04 Thread Ulrich Eckhardt
Am 04.11.2011 01:48, schrieb michael mac: There's a requirement to enforce file naming convention under particular svn paths. The convention name will be "numeric dot number" (1.1). I have looked into svnperm.py and commit-access-control.pl as a pre-commit hook option, but they don't seem to have

Re: Enforce File Name with Naming Convention

2011-11-03 Thread Ryan Schmidt
On Nov 3, 2011, at 19:48, michael mac wrote: > I've searched through the archives and wasn't able to find an answer so I'm > posting in hope that someone can help. There's a requirement to enforce file > naming convention under particular svn paths. The convention name will be > "numeric dot n

Enforce File Name with Naming Convention

2011-11-03 Thread michael mac
Hi, I've searched through the archives and wasn't able to find an answer so I'm posting in hope that someone can help. There's a requirement to enforce file naming convention under particular svn paths. The convention name will be "numeric dot number" (1.1). I have looked into svnperm.py and commi