> -----Original Message----- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: donderdag 26 mei 2011 13:33 > To: dev@subversion.apache.org > Subject: Re: svn commit: r1127862 - > /subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c > > On Thu, May 26, 2011 at 10:53:20AM -0000, rhuij...@apache.org wrote: > > Author: rhuijben > > Date: Thu May 26 10:53:20 2011 > > New Revision: 1127862 > > > > URL: http://svn.apache.org/viewvc?rev=1127862&view=rev > > Log: > > * subversion/tests/libsvn_subr/dirent_uri-test.c > > (test_funcs): Remove WIMP from > test_dirent_get_absolute_from_lc_drive. > > It should pass for 1.7, but you need a recent apr version to make it pass > > if it doesn't pass for you. > > Maybe make this XFAIL depending on APR_VERSION_AT_LEAST()? > That would also be more explicit than 'recent'.
No, I don't think so. That would make it OK to use those old versions, while you really have a big problem if you use those old versions on Windows. All Subversion 1.7 binaries for Windows should either use a recent apr or a patch for this fix to handle this problem, or you can just get impossible to understand "invalid path" errors from apr on perfectly valid paths. Bert