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

[PATCH] Fix for Issue #1267 - Revision 3

From: Shlomi Fish <shlomif_at_vipe.stud.technion.ac.il>
Date: 2003-07-21 22:24:06 CEST

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

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

Received on Mon Jul 21 22:25:03 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.