[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [NEW TARBALLS] Re: 1.6.8 up for signing / testing

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Thu, 14 Jan 2010 21:46:36 +0100

On Thu, Jan 14, 2010 at 8:29 PM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
>
> I don't understand. it.  The server generates baseline collection URLs
> with a trailing slash (a DeltaV requirement?) in dav_svn__build_uri:
>
>    case DAV_SVN__BUILD_URI_BC:
>      return apr_psprintf(pool, "%s%s/%s/bc/%ld/%s",
>                          href1, root_path, special_uri, revision, href2);
>
> and I see the trailing slashes on wire.  The trunk client has a call
> to svn_uri_canonicalize that is not present on the branch, so the
> branch aborts. If I add a svn_path_canonicalize call the problem is
> fixed.  How do some machines avoid the problem?

The Mac buildbot fails a whole lot of tests on the 1.6.x branch too,
so you're not the only one seeing this problem.

Lieven
Received on 2010-01-14 21:47:30 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.