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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-12 15:46:12 CET

solo turn <soloturn99@yahoo.com> writes:

> > > the crash is gone with r3756:
> > > $ svn co http://localhost/asdf
> > > svn: Error string not specified yet
> > > svn: failed to find label "(null)" for url "/"
> >
> > Isn't "(null)" what the Microsoft library produces when one
> > attempts
> > to printf a NULL pointer? That indicates a bug in our code.
>
> both, svn on win, and svn on solaris crashed before.
> and now, the solaris version prints "null" ...

So what does win print? How is your server configured? What do your
repositories look like?

I can get

$ svn co http://localhost/asdf
../svn/subversion/libsvn_ra_dav/util.c:80: (apr_err=175002, src_err=0)
svn: RA layer request failed
svn: PROPFIND of /!svn/bc/1/asdf: 404 Not Found

or

$ svn co http://localhost/asdf
../svn/subversion/libsvn_ra_dav/util.c:80: (apr_err=175002, src_err=0)
svn: RA layer request failed
svn: PROPFIND of /: 500 Internal Server Error

or

$ svn co http://localhost/asdf
../svn/subversion/libsvn_ra_dav/util.c:80: (apr_err=175002, src_err=0)
svn: RA layer request failed
svn: PROPFIND of /: 405 Method Not Allowed

depending on my server configuration.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 15:47:00 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.