Re: Working on issue #946
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-03 18:01:44 CET
Peter Allin <peter@arbejdskamp.dk> writes:
> As mentioned on Issuezilla I've found out that the 405 error is
And as Greg Stein mentioned in the issue, this is correct. 405 means
Still, I guess it would be nice to throw *descriptive* error strings
> Where the call to svn_ra_dav__get_starting_props() returns a 405
Correct.
> Would it be OK to return an error saying something like "The URL %s is
That sounds like a good strategy to me. I don't think it will break
> svn_path_remove_component(path_s);
instead of 'return err', how about
return svn_error_quick_wrap (err, "The path was not part of repository")
or something?
---------------------------------------------------------------------
|
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.