Re: [PATCH] Add '--include' and '--exclude' options to 'svnadmin dump'

2017-10-13 Thread Julian Foad
maxin wrote: Thanks for the prompt response! I just compiled r1812050 and tested with my own repo, however, somehow the svndumpfilter command cannot remove the 'empty' revisions from the filtered dump file Please report a small test case that demonstrates the problem, with the exact comman

Re: [PATCH] Add '--include' and '--exclude' options to 'svnadmin dump'

2017-10-13 Thread Julian Foad
Should we now add all the other options from svndumpfilter? --drop-empty-revs: Remove revisions emptied by filtering. --drop-all-empty-revs: Remove all empty revisions found in dumpstream except revision 0. --renumber-revs : Renumber revisi

Re: [PATCH] Add '--include' and '--exclude' options to 'svnadmin dump'

2017-10-13 Thread Julian Foad
We should update the JavaHL bindings for 'dump' accordingly. Here is a patch that begins that process. It is not finished: as noted in the log message, at least I haven't implemented CreateJ:FSPath and the callback should (probably) be moved into its own file, and I have presumably made some m

Re: [PATCH] Add '--include' and '--exclude' options to 'svnadmin dump'

2017-10-13 Thread Branko Čibej
On 13.10.2017 11:36, Julian Foad wrote: > We should update the JavaHL bindings for 'dump' accordingly. > > Here is a patch that begins that process. It is not finished: as noted > in the log message, at least I haven't implemented CreateJ:FSPath and > the callback should (probably) be moved into it