Re: Alternative for svn_load_dirs.pl?

2014-08-25 Thread Stefan Sperling
On Sat, Aug 23, 2014 at 11:51:50AM -0700, Alexey Neyman wrote: > Hi all, > > Attached is a alternative for the svn_load_dirs.pl. Unlike svn_load_dirs.pl, > this > svn-import.py can automatically detect the renames, including renames of the > whole directories. > > The usage is described in the

[l10n] Translation status report for trunk r1620506

2014-08-25 Thread Subversion Translation Status
Translation status report for trunk@r1620506 lang trans untrans fuzzy obs -- de2746 78 256 478 ++U~~~ es2249 575 809 526 ++U~~~ fr2557 267

Re: Alternative for svn_load_dirs.pl?

2014-08-25 Thread Alexey Neyman
On Monday, August 25, 2014 02:43:50 PM Stefan Sperling wrote: > On Sat, Aug 23, 2014 at 11:51:50AM -0700, Alexey Neyman wrote: > > Hi all, > > > > Attached is a alternative for the svn_load_dirs.pl. Unlike > > svn_load_dirs.pl, this svn-import.py can automatically detect the > > renames, including

Python bindings for repos.parse_dumpstream{2,3}?

2014-08-25 Thread Alexey Neyman
Hi, Am I correct that repos.parse_dumpstream{2,3} are currently unusable from Python bindings? These functions take a vtable as one of the arguments, but the generated bindings for svn_repos_parse_fns{2,3}_t implement *calling* of the vtable methods rather than a way of overriding them. If I