You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/12/19 19:04:06 UTC

[PATCH][merge-tracking]Followup to r22732 which caused make davautocheck to fail

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

Re: [PATCH][merge-tracking]Followup to r22732 which caused make davautocheck to fail

Posted by Daniel Rall <dl...@collab.net>.
I committed your patch to the branch in r22756, with the following
change log message:

[[[
On the merge-tracking branch: Fix the error introduced in r22732 which
causes get-merge-info REPORT requests to segfault on the client-side.

* subversion/libsvn_ra_dav/mergeinfo.c
  (svn_ra_dav__get_merge_info): Pass a 'svn_ra_dav__session_t *' to
   svn_ra_dav__parsed_request().

Patch by: kameshj
Reviewed by: me
Found by: madanus
]]]