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

Re: 1.7.0-rc2: abnormal program termination on Windows

From: Marc Strapetz <marc.strapetz_at_syntevo.com>
Date: Thu, 08 Sep 2011 10:19:09 +0200

On 07.09.2011 17:02, Bert Huijben wrote:
>
>
>> -----Original Message-----
>> From: Marc Strapetz [mailto:marc.strapetz_at_syntevo.com]
>> Sent: woensdag 7 september 2011 14:40
>> To: users_at_subversion.apache.org
>> Subject: 1.7.0-rc2: abnormal program termination on Windows
>>
>> With the pre-built CollabNet binaries from
>> https://ctf.open.collab.net/sf/go/rel2972, I get an abnormal program
>> termination, if the URL is not valid:
>>
>> D:\temp>svn --version
>> svn, version 1.7.0-rc2 (Release Candidate 2)
>> compiled Aug 26 2011, 11:47:28
>>
>> D:\temp>"C:\program files (x86)\Subversion\svn.exe" checkout
>> file://d:\temp\test\repo.svn d:\temp\wc.svn
>> svn: E235000: In file '..\..\..\subversion\libsvn_client\checkout.c'
>> line 94: assertion failed (svn_uri_is_canonical(url
>> , pool))
>>
>> This application has requested the Runtime to terminate it in an unusual
>> way.
>> Please contact the application's support team for more information.
>
> I can reproduce this problem and will look into fixing this.
>
> There are two problems with your URL that will probably make it fail even
> after this assertion is fixed.
>
> The correct url format is file:///d:/temp/test/repo.svn with three slashes
> after file:.
> file://server/share/ would translate to \\server\share, so your path points
> to \\d:\temp\test\repo.svn.

Thanks, Bert. I've fixed my URL and RC 2 works well so far.

--
Best regards,
Marc Strapetz
=============
syntevo GmbH
http://www.syntevo.com
http://blog.syntevo.com
Received on 2011-09-08 10:19:55 CEST

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

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