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

RE: crash when upgrading wc

From: Bert Huijben <bert_at_vmoo.com>
Date: Sat, 2 Jun 2012 13:02:13 +0200

> -----Original Message-----
> From: Stefan Küng [mailto:tortoisesvn_at_gmail.com]
> Sent: vrijdag 1 juni 2012 21:22
> To: Subversion Development
> Subject: crash when upgrading wc
>
> Hi,
>
> Again a post about some crash dumps that were sent for TSVN:
>
> When upgrading a working copy, there's an abort() called here:
> subversion\subversion\libsvn_wc\util.c, 300:
> (svn_uri_is_canonical(repos_url, pool) &&
> svn_relpath_is_canonical(path_in_repos) &&
> SVN_IS_VALID_REVNUM(peg_rev))
>
> problem in this case: the 'repos_url' looks like this:
> https://xxx.xx.xxx.192:443/svn/
>
> now, in 1.6.x this was a valid canonical url. In 1.7 however, having the
> port number in the url if it's the default port makes
> svn_uri_is_canonical() return FALSE.

Fixed in r1345482. Nominated for backport in r1345483.

Note that there are more upgrade related nominations, including a huge performance boost.

        Bert
Received on 2012-06-02 13:03:00 CEST

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.