'svnadmin dump' is garbled on Japanese version of Windows.

2013-07-24 Thread Masaru Tsuchiyama
Hi. The output of 'svnadmin dump' is garbled on Japanese version of Windows. svnadmin>svnadmin create test svnadmin>svnadmin dump test > nul * ?\131?\138?\131r?\131W?\131?\135?\131?\147 0 ?\130?\240?\131_?\131?\147?\131v?\130?\181?\130?\220?\130?\181?\130?\189? \129B svnadmin>set LANG=C svnad

gen-make.py gets exception "AttributeError: 'NoneType' object has no attribute 'group'" with --with-libintl option

2013-07-24 Thread Masaru Tsuchiyama
Hi. gen-make.py gets the following exception at r1506773. Traceback (most recent call last): File "D:\svnwork\exception\gen-make.py", line 330, in main(conf, gentype, skip_depends=skip, other_options=rest.list) File "D:\svnwork\exception\gen-make.py", line

Apache Subversion 1.7.11 released

2013-07-24 Thread Ben Reser
I'm happy to announce the release of Apache Subversion 1.7.11. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download/#supported-releases This release addresses one security issue: CVE-2013-4131: mod_dav_svn assertion from requests against root path. M

Apache Subversion 1.8.1 released

2013-07-24 Thread Ben Reser
I'm happy to announce the release of Apache Subversion 1.8.1. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download/#recommended-release This release addresses one security issue: CVE-2013-4131: mod_dav_svn assertion from requests against root path. M

Re: svn commit: r1492651 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_repos/ subversion/svnadmin/ subversion/tests/cmdline/ tools/dist/

2013-07-24 Thread Stefan Sperling
On Wed, Jul 24, 2013 at 04:43:10PM +0400, Ivan Zhakov wrote: > The call to svn_fs_verify_root() was just removed and never get > called. That means that svnadmin @trunk doesn't perform FS specific > filesystem checks for every revision. Thanks. This should fix it. [[[ * subversion/libsvn_repos/du

Re: svn commit: r1492651 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_repos/ subversion/svnadmin/ subversion/tests/cmdline/ tools/dist/

2013-07-24 Thread Ivan Zhakov
On Thu, Jun 13, 2013 at 4:49 PM, wrote: > Author: prabhugs > Date: Thu Jun 13 12:49:49 2013 > New Revision: 1492651 > > URL: http://svn.apache.org/r1492651 > Log: > Merge the verify-keep-going branch to trunk. > Implement a new "--keep-going" switch to svnadmin verify. Use this switch to > contin

Re: Problem with Perl bindings?

2013-07-24 Thread Roderich Schupp
On Wed, Jul 24, 2013 at 2:06 PM, Bert Huijben wrote: > svn_hash_sets() was only introduced a few months ago as an optimized > version for apr_hash_set() for strings. > No, the version using apr_hash_set() has the same problem (in fact I can reliably reproduce this problem in SVN 1.7.10). > Are

RE: Problem with Perl bindings?

2013-07-24 Thread Bert Huijben
svn_hash_sets() was only introduced a few months ago as an optimized version for apr_hash_set() for strings. This could be a bug introduced during the semi-automatic conversion… Are you on irc/im? (I’m debugging onther perl binding problems from Windows right now and maybe we can share s

Problem with Perl bindings?

2013-07-24 Thread Roderich Schupp
Hi, I'm investigating a problem with the Perl bindings and it looks as if an APR hash gets corrupted when it's marshalled to/from Perl. Specifically I'm looking at /subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c (from trunk) and the function svn_swig_pl_to_hash. This is the universa