> -----Original Message----- > From: James McCoy [mailto:james...@debian.org] > Sent: zondag 8 maart 2015 05:22 > To: dev@subversion.apache.org > Subject: [patch] Fix test failures with certain directory names (was: > 1.9.0-beta1 > up for testing/signing) > > On Thu, Mar 05, 2015 at 04:09:11PM -0800, Ben Reser wrote: > > The 1.9.0-beta1 release artifacts are now available for testing/signing. > > I was testing this from within a directory named subversion-1.9.0~beta1 > and a number of tests failed due to differences in whether the ~ was > URL-escaped. The attached patch fixes the issue for me.
I applied a tweaked version of the patch in r1664997. Can you verify if this fixes the problems for you? Your version of the patch somehow showed that we relied on some side effect of the quoting function to generate the urls on Windows. As a result I couldn't run a single python test. With a few small tweaks I think I fixes those problems. Thanks for your report + patch, Bert