You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Shlomi Fish <sh...@vipe.stud.technion.ac.il> on 2003/07/21 20:24:06 UTC

[PATCH] Fix for Issue #1267 - Revision 3

It turns out the previous patch broke ra_dab in one place, so this patch
fixes it. With this patch make davcheck passes entirely. (which was not
the case for the previous one)

Here's the updated log:

<<<
Resolves Issue #1267 (Have to say "No" several times to reject SSL
certificate.) and probably other misbehaviours.

* svn_error_codes.h
  Added the SVN_ERR_RA_DAV_PATH_NOT_FOUND error code.

* props.c
  (svn_ra_dav__search_for_starting_props): now ignoring on the
PATH_NOT_FOUND
  error instead of the more generic REQUEST_FAILED error.

* util.c
  (svn_ra_dav__parsed_request): check if the error code is 404 and
  if so send a PATH_NOT_FOUND error. Else send a generic error.

* commit.c
  (commit_add_file): changed the REQUEST_FAILED error to PATH_NOT_FOUND,
  so it will be handled correctly as well.
>>>

Regards,

	Shlomi Fish


----------------------------------------------------------------------
Shlomi Fish        shlomif@vipe.technion.ac.il
Home Page:         http://t2.technion.ac.il/~shlomif/

An apple a day will keep a doctor away. Two apples a day will keep two
doctors away.

	Falk Fish

RE: [PATCH] Fix for Issue #1267 - Revision 3

Posted by Sander Striker <st...@apache.org>.
> From: Shlomi Fish [mailto:shlomif@vipe.technion.ac.il]
> Sent: Monday, July 21, 2003 10:24 PM

> It turns out the previous patch broke ra_dab in one place, so this patch
> fixes it. With this patch make davcheck passes entirely. (which was not
> the case for the previous one)

+1 for this patch.


Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org