svndumpfilter and empty revisions

2012-09-12 Thread David Newman
Hi there, I have received a subversion dump file that contains about 12000 empty revisions. There's only one subdirectory in the dump filter so I figured I could run it through svndumpfilter include subdir --drop-empty-revs --renumber-revs < src.dmp > filtered.dmp and because the empty revs don't

Re: svndumpfilter and empty revisions

2012-09-14 Thread Daniel Shahaf
Can you post the actual parts of the dumpfile for those empty revisions? (between successive "Revision-number: " lines) David Newman wrote on Wed, Sep 12, 2012 at 12:02:29 -0400: > Hi there, > I have received a subversion dump file that contains about 12000 empty > revisions. There's only one sub

Re: svndumpfilter and empty revisions

2012-09-24 Thread David Newman
On Fri, Sep 14, 2012 at 6:49 PM, Daniel Shahaf wrote: > Can you post the actual parts of the dumpfile for those empty revisions? > (between successive "Revision-number: " lines) > > Sure. Posted below are a couple of revisions. I actually worked around this problem by writing a perl script th

Re: svndumpfilter and empty revisions

2012-09-30 Thread Daniel Shahaf
Nice. I don't see why svndumpfilter included r66, it might be a bug (have you tried 1.7.6?). We could also make the "This is an empty revision for padding" information available as a revprop --- patches welcome... (to svndumpfilter/main.c) David Newman wrote on Mon, Sep 24, 2012 at 09:58:53 -040