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

Making merge "replay" branch changes on reintegrate?

2011-12-02 Thread Alexey Neyman
Hi all, I wonder if there is a way to make "svn merge --reintegrate" replay actual changes that happened on the branch instead of just copying the sources from the branch. What I mean is: 1. I have some project in /trunk 2. To do some experimental feature, I copy it to an engineering branch: $

Readding a file now fails instead of warning in svn 1.7

2011-12-02 Thread Patrick Mézard
Hello, Assuming "a" is already tracked: $ svn add a svn: warning: W150002: 'a' is already under version control svn: E29: Could not add all targets because some targets are already versioned svn: E29: Illegal target for the requested operation $ echo $? 1 It uses to be: $

Re: Error on svnadmin dump

2011-12-02 Thread Martin Kutter
On Mon, 28 Nov 2011 18:15:51 +0100, Martin Kutter wrote: > Hello, > > I received a strange error when attempting ro dump a large repository: > > "svnadmin dump REPO" results (repeatably) in a IOT/Abort trap error after > rev22615 > "svnadmin dump --deltas REPO" repeatably yields a IOT/Abort tr