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

Re: svn co http://server/nonexistingurl --> crash (v14.5, w2k)

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2002-11-08 16:21:05 CET

solo turn <soloturn99@yahoo.com> writes:
> svn co http://server/nonexistingurl
> crashes svn, v14.5 (jostein install)

I can't reproduce that with 15.0:

    $ svn co http://svn.collab.net/repos/svn/foo
    subversion/libsvn_ra_dav/util.c:81: (apr_err=175002, src_err=0)
    svn: RA layer request failed
    svn: PROPFIND of /repos/svn/!svn/bc/3695/foo: 404 Not Found
    
    $ svn co http://svn.collab.net/foo
    subversion/libsvn_ra_dav/util.c:81: (apr_err=175002, src_err=0)
    svn: RA layer request failed
    svn: PROPFIND of /: 405 Method Not Allowed
    
    $ svn co http://www.cnn.com/foo
    subversion/libsvn_ra_dav/util.c:81: (apr_err=175002, src_err=0)
    svn: RA layer request failed
    svn: PROPFIND of /: 501 Not Implemented
    
    Maybe try updating to 15.0 and attempt to reproduce? If you can
reproduce it, please paste in your whole session.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 16:25:03 2002

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.