Re: Assertion in svn_uri_is_canonical

2013-08-23 Thread Branko Čibej
On 23.08.2013 11:32, Bert Huijben wrote: > >> -Original Message- >> From: Branko Čibej [mailto:br...@wandisco.com] >> Sent: vrijdag 23 augustus 2013 06:55 >> To: dev@subversion.apache.org >> Subject: Re: Assertion in svn_uri_is_canonical >> >

RE: Assertion in svn_uri_is_canonical

2013-08-23 Thread Bert Huijben
> -Original Message- > From: Branko Čibej [mailto:br...@wandisco.com] > Sent: vrijdag 23 augustus 2013 06:55 > To: dev@subversion.apache.org > Subject: Re: Assertion in svn_uri_is_canonical > > On 23.08.2013 06:51, Branko Čibej wrote: > > On 23.08.2013 01:28,

Re: Assertion in svn_uri_is_canonical

2013-08-22 Thread Branko Čibej
On 23.08.2013 06:51, Branko Čibej wrote: > On 23.08.2013 01:28, Branko Čibej wrote: >> On 23.08.2013 01:04, Philip Martin wrote: >>> Branko Čibej writes: >>> On 22.08.2013 22:40, Branko Čibej wrote: > On 22.08.2013 18:11, kmra...@rockwellcollins.com wrote: >> Passing an invalid URL to

Re: Assertion in svn_uri_is_canonical

2013-08-22 Thread Branko Čibej
On 23.08.2013 01:28, Branko Čibej wrote: > On 23.08.2013 01:04, Philip Martin wrote: >> Branko Čibej writes: >> >>> On 22.08.2013 22:40, Branko Čibej wrote: On 22.08.2013 18:11, kmra...@rockwellcollins.com wrote: > Passing an invalid URL to svn co causes an abort and core dump. This

Re: Assertion in svn_uri_is_canonical

2013-08-22 Thread Branko Čibej
On 23.08.2013 01:04, Philip Martin wrote: > Branko Čibej writes: > >> On 22.08.2013 22:40, Branko Čibej wrote: >>> On 22.08.2013 18:11, kmra...@rockwellcollins.com wrote: Passing an invalid URL to svn co causes an abort and core dump. This fails with all protocols http, svn, file.

Re: Assertion in svn_uri_is_canonical

2013-08-22 Thread Philip Martin
Philip Martin writes: > What is the canonical form of this? > > scheme://./ > > Should we drop '.' to give: > > scheme:/// > > or do we have to retain it as > > scheme://./ > > and change svn_uri_is_canonical to allow a hostname '.'? Another problem is scheme://[.] which we

Re: Assertion in svn_uri_is_canonical

2013-08-22 Thread Philip Martin
Branko Čibej writes: > On 22.08.2013 22:40, Branko Čibej wrote: >> On 22.08.2013 18:11, kmra...@rockwellcollins.com wrote: >>> Passing an invalid URL to svn co causes an abort and core dump. This >>> fails with all protocols >>> http, svn, file. It occurs with all versions I tested (1.7.5, 1.7.

Re: Assertion in svn_uri_is_canonical

2013-08-22 Thread Branko Čibej
On 22.08.2013 22:40, Branko Čibej wrote: > On 22.08.2013 18:11, kmra...@rockwellcollins.com wrote: >> Passing an invalid URL to svn co causes an abort and core dump. This >> fails with all protocols >> http, svn, file. It occurs with all versions I tested (1.7.5, 1.7.11, >> 1.7.12, 1.8.1, and the

Re: Assertion in svn_uri_is_canonical

2013-08-22 Thread Branko Čibej
On 22.08.2013 18:11, kmra...@rockwellcollins.com wrote: > Passing an invalid URL to svn co causes an abort and core dump. This > fails with all protocols > http, svn, file. It occurs with all versions I tested (1.7.5, 1.7.11, > 1.7.12, 1.8.1, and the now defunct 1.8.2) > It occurs with multiple s

Assertion in svn_uri_is_canonical

2013-08-22 Thread kmradke
Passing an invalid URL to svn co causes an abort and core dump. This fails with all protocols http, svn, file. It occurs with all versions I tested (1.7.5, 1.7.11, 1.7.12, 1.8.1, and the now defunct 1.8.2) It occurs with multiple subcommand (ls, info, etc.) It happens on both unix and windows