[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: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 7 Sep 2011 17:02:05 +0200

> -----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.

        Bert
Received on 2011-09-07 17:02:27 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.