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

bad URL causes crash on windows (0.30.0, binary installer)

From: Jørgen H. Seland <jorgenhs_at_netcom.no>
Date: 2003-10-23 18:08:47 CEST

Bad URL causes crash on windows (0.30.0, binary installer):

The following commandline:
    G:\Inetpub\wwwroot>svn import bibu
ssh://skybert.dyndns.org//var/lib/svn/bibu

Produces the following output (which is correct):
    svn: Bad URL passed to RA layer
    svn: Unrecognized URL scheme:
"ssh://skybert.dyndns.org//var/lib/svn/bibu"

but also an "unknown software exception" dialog (0xc00000fd, address
0x00407db3).

The same "unknown software exception" dialog (with the same address)
appears during the following:
    G:\Inetpub\wwwroot>svn import bibu
svn+ssh://skybert.dyndns.org//var/lib/svn/bibu
    svn: Bogus filename
    svn: Couldn't determine repository path.

(The filename is of course bogus as there is a double slash before "var".)

This is a minor bug, but may point to an error handling problem related
to the URL parsing code (is at least my wild guess).

Just for the record: Correct URLs work perfectly (yes, the change from
"ssh" to "svn+ssh" had passed me by).

-- 
jørgen h. seland
jorgenhs@netcom.no
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 23 19:25:07 2003

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

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