On 07.09.2011 17:02, Bert Huijben wrote: > > >> -----Original Message----- >> From: Marc Strapetz [mailto:marc.strap...@syntevo.com] >> Sent: woensdag 7 september 2011 14:40 >> To: users@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