Re: 1.6.13 up for signing/testing

2010-09-30 Thread Mark Phippard
On Wed, Sep 29, 2010 at 4:08 PM, Hyrum K. Wright hyrum_wri...@mail.utexas.edu wrote: 1.6.13 tarballs are up for testing and signing.  The magic revision is r1002816: http://people.apache.org/~hwright/svn/1.6.13/ I am going to send my signature in a minute, but I did have one test failure with

[PATCH] Fix svnrdump test 27 on Windows

2010-09-30 Thread Ramkumar Ramachandra
Hi, This is an experimental patch to fix svnrdump test 27 dump: subdirectory with changes on root on Windows. It's experimental because it's based simply on a hunch, and I don't have Windows to test it. Could someone who has Windows test it for me? Thanks. Index:

Re: 1.6.13 up for signing/testing

2010-09-30 Thread Paul Burba
On Thu, Sep 30, 2010 at 8:21 AM, Mark Phippard markp...@gmail.com wrote: On Wed, Sep 29, 2010 at 4:08 PM, Hyrum K. Wright hyrum_wri...@mail.utexas.edu wrote: 1.6.13 tarballs are up for testing and signing.  The magic revision is r1002816: http://people.apache.org/~hwright/svn/1.6.13/ I am

Re: 1.6.13 up for signing/testing

2010-09-30 Thread Mark Phippard
On Thu, Sep 30, 2010 at 10:22 AM, Paul Burba ptbu...@gmail.com wrote: You'll recall we've seen some odd failures with this test before: http://svn.haxx.se/dev/archive-2010-04/0173.shtml http://svn.haxx.se/dev/archive-2010-04/0418.shtml These failures where related to the pre-commit python

Re: 1.6.13 up for signing/testing

2010-09-30 Thread Philip Martin
Hyrum K. Wright hyrum_wri...@mail.utexas.edu writes: 1.6.13 tarballs are up for testing and signing. Summary: +1 to release. Platform: Linux (Debian/stable). Verified: signatures, MD5 checksums, SHA1 checksums only expected difference compared to tags/1.6.13 Tested: 1.6.13

Re: 1.6.13 up for signing/testing

2010-09-30 Thread Paul Burba
On Wed, Sep 29, 2010 at 4:08 PM, Hyrum K. Wright hyrum_wri...@mail.utexas.edu wrote: 1.6.13 tarballs are up for testing and signing.  The magic revision is r1002816: http://people.apache.org/~hwright/svn/1.6.13/ As usual, signatures from full committers please send back to me. Testing by

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-09-30 Thread Philip Martin
scott mc scott...@gmail.com writes: On Wed, Sep 29, 2010 at 5:45 PM, Philip Martin philip.mar...@wandisco.com wrote: Please write a log message: - This patch makes use of find_directory() on Haiku to locate the proper directories to use. Currently B_USER_SETTINGS_DIRECTORY points

Re: 1.6.13 up for signing/testing

2010-09-30 Thread Stefan Sperling
On Wed, Sep 29, 2010 at 03:08:54PM -0500, Hyrum K. Wright wrote: 1.6.13 tarballs are up for testing and signing. The magic revision is r1002816: http://people.apache.org/~hwright/svn/1.6.13/ Summary: +1 to release Tested: [bdb | fsfs] x [ra_local | ra_svn | ra_neon | ra_serf] swig

Re: Interrupting an update after change of externals causes corrupt working copy

2010-09-30 Thread Johan Corveleyn
Hi devs, As per Daniel Shahaf's suggestion, I'm continuing this discussion on the dev list. See the previous mails in this thread on the users list for some context (or http://svn.haxx.se/users/archive-2010-09/0406.shtml). I'll summarize below. This issue reproduces with 1.6.12 as well as with

disallow merges into mixed-rev WCs by default?

2010-09-30 Thread Stefan Sperling
I'd like to propose that we disallow merges into mixed-revision working copies by default for 1.7, and only allow such merges if a special command line option has been passed. The reason for this is that merges into mixed-rev WCs can easily create conflicts which are tedious to resolve. Even if

Re: svn commit: r1003211 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2010-09-30 Thread Daniel Shahaf
+ @echo perl: `perl -version | grep ^This | cut -d' ' -f4 | sed -e 's/^v//'` Simpler: perl -V:version

Re: svn commit: r1003227 - /subversion/site/publish/docs/community-guide/releasing.part.html

2010-09-30 Thread Daniel Shahaf
s...@apache.org wrote on Thu, Sep 30, 2010 at 20:05:54 -: +++ subversion/site/publish/docs/community-guide/releasing.part.html Thu Sep 30 20:05:53 2010 @@ -1096,7 +1096,7 @@ manager.)/p -div class=h3 id=releasing-not +div class=h2 id=releasing-not h2How emnot/em to make a Subversion

trunk failing tests on Windows XP (32 bit): prop-tests.py 33, stat-tests.py 5, upgrade-tests.py 11

2010-09-30 Thread Johan Corveleyn
Hi devs, The following tests fail on my machine (Windows XP 32-bit, built with VCE 2008, ra_local): - prop-tests.py 33: test properties of obstructed subdirectories svn: Can't open directory

RE: trunk failing tests on Windows XP (32 bit): prop-tests.py 33, stat-tests.py 5, upgrade-tests.py 11

2010-09-30 Thread Bert Huijben
-Original Message- From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: vrijdag 1 oktober 2010 1:51 To: Subversion Development Subject: trunk failing tests on Windows XP (32 bit): prop-tests.py 33, stat-tests.py 5, upgrade-tests.py 11 Hi devs, The following tests fail on my

[PATCH] extend svn_subst_translate_string() to record whether re-encoding and/or line ending translation were performed

2010-09-30 Thread Daniel Trebbien
Following Daniel Shahaf's suggestion of splitting the allow svnsync to translate non-UTF-8 log messages to UTF-8 work into two patches, I have revised my changes, prepared one of the two patches, and have attached the one patch and suggested log message to this e-mail. Adds a public API function,