Re: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-11 Thread Branko Čibej
On 11.06.2015 12:56, Daniel Shahaf wrote: > Branko Čibej wrote on Thu, Jun 11, 2015 at 09:01:01 +0200: >> On 10.06.2015 19:34, Stefan Kueng wrote: >>> >>> On 10.06.2015 19:06, Bert Huijben wrote: Hi Dean, There is not much we can do about this. The Subversion apis re

Re: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-11 Thread Daniel Shahaf
Branko Čibej wrote on Thu, Jun 11, 2015 at 09:01:01 +0200: > On 10.06.2015 19:34, Stefan Kueng wrote: > > > > > > On 10.06.2015 19:06, Bert Huijben wrote: > >> Hi Dean, > >> > >> There is not much we can do about this. The Subversion apis require that > >> you pass canonical urls,

Re: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-11 Thread Branko Čibej
On 10.06.2015 19:34, Stefan Kueng wrote: > > > On 10.06.2015 19:06, Bert Huijben wrote: >> Hi Dean, >> >> There is not much we can do about this. The Subversion apis require that >> you pass canonical urls, while the client (TortoiseSVN) that you use >> doesn’t canonicalize the url

Re: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-10 Thread Bert Huijben
What do you expect the api to canonicalize things like “h” or "” to? We can’t make everything a valid url… That is simply impossible. You need to pass something that at least looks like a url. The canonicalize api just forcesany urls that point to the same location to use the same canonical fo

Re: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-10 Thread Stefan Kueng
On 10.06.2015 21:04, Bert Huijben wrote: I don’t think we can really fix that url in the api by canonicalizing it to something completely different/unrelated, but the assertion makes it obvious that the caller can just see/check that the url is not going to work… just like values such as the em

Re: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-10 Thread Bert Huijben
I don’t think we can really fix that url in the api by canonicalizing it to something completely different/unrelated, but the assertion makes it obvious that the caller can just see/check that the url is not going to work… just like values such as the empty string or strings with no scheme, that

Re: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-10 Thread Stefan Kueng
On 10.06.2015 19:06, Bert Huijben wrote: Hi Dean, There is not much we can do about this. The Subversion apis require that you pass canonical urls, while the client (TortoiseSVN) that you use doesn’t canonicalize the url before passing it to this api. And that's what the svn

RE: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-10 Thread Bert Huijben
M To: Dean Veros Cc: dev@subversion.apache.org <mailto:dev@subversion.apache.org> Subject: Aw: Assertion Failure dialogs appear when attempting to open repository with bad URL Please upgrade to the compatible ToroiseSVN 1.7.15 (containing 1.7.18) and try again. https://sourceforge.net/pro

RE: Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-10 Thread Dean Veros
m>> An: "dev@subversion.apache.org<mailto:dev@subversion.apache.org>" mailto:dev@subversion.apache.org>> Betreff: Assertion Failure dialogs appear when attempting to open repository with bad URL Windows 7 - 64-bit Tortoise SVN 1.7.11.23600 Multiple assertion message

Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-09 Thread Dean Veros
Windows 7 - 64-bit Tortoise SVN 1.7.11.23600 Multiple assertion message dialogs are displayed when the repository URL is incorrectly formatted. Last attempt generated 8 dialogs (appearing after "OK" is clicked) Badly formatted URL: "file:///c:Software/SourceCodeRepository" -