Re: [OT] recovering an SVN repo with SVK

2007-02-12 Thread Philippe Bruhat (BooK)
Le lundi 12 février 2007 à 16:13, David Landgren écrivait: > > Something that would save me from having to spool the output of the > svnadmin dump command to a temp file would be to admit the possibility > of feeding a glob to new() and getting it to read the contents of a > filehandle (which w

Re: [OT] recovering an SVN repo with SVK

2007-02-12 Thread David Landgren
Philippe Bruhat (BooK) wrote: Le dimanche 11 février 2007 à 18:06, David Landgren écrivait: [...] and I suspect that will cause indigestion later on. Rather than fiddle around with calculating content lengths myself, or try and drop the entire stanza since there's nothing left, it looks like

Re: [OT] recovering an SVN repo with SVK

2007-02-12 Thread Philippe Bruhat (BooK)
Le dimanche 11 février 2007 à 18:06, David Landgren écrivait: > > Turns out you can't do this in straight Perl. If you, you wind up with > stanzas that look like > > Prop-content-length: 98 > Content-length: 98 > > PROPS-END > > and I suspect that will cause indigestion later on. Rather than f