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
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:
$
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:
$
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