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

Re: svn commit: r22732 - branches/merge-tracking/subversion/libsvn_ra_dav

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-12-19 07:52:05 CET

Kamesh, thanks for your attentiveness to the merge-tracking branch.
Please do take note that this commit was outside of the bounds of your
area; you are currently only approved for commits to the test area
without an explicit nod from another full committer. [1]

Thanks, Dan

[1] http://subversion.tigris.org/hacking.html#partial-commit-access

On Fri, 15 Dec 2006, kameshj@tigris.org wrote:

> Author: kameshj
> Date: Fri Dec 15 20:50:09 2006
> New Revision: 22732
>
> Log:
>
> fix the compile error introduced at r22716
>
> * subversion/libsvn_ra_dav/mergeinfo.c
> (svn_ra_dav__get_merge_info):
> ne_session members in svn_ra_dav__session_t are renamed at r22716.
> But the code didn't catch up with it.
>
> Patch by: Masaru Tsuchiyama <tsuchiyama@asahi-net.email.ne.jp>
>
>
> Modified:
> branches/merge-tracking/subversion/libsvn_ra_dav/mergeinfo.c
>
> Modified: branches/merge-tracking/subversion/libsvn_ra_dav/mergeinfo.c
> URL: http://svn.collab.net/viewvc/svn/branches/merge-tracking/subversion/libsvn_ra_dav/mergeinfo.c?pathrev=22732&r1=22731&r2=22732
> ==============================================================================
> --- branches/merge-tracking/subversion/libsvn_ra_dav/mergeinfo.c (original)
> +++ branches/merge-tracking/subversion/libsvn_ra_dav/mergeinfo.c Fri Dec 15 20:50:09 2006
> @@ -203,7 +203,7 @@
> mb.result = apr_hash_make(pool);
> mb.err = SVN_NO_ERROR;
>
> - err = svn_ra_dav__parsed_request(ras->sess,
> + err = svn_ra_dav__parsed_request(ras->ne_sess,
> "REPORT",
> ras->url->data,
> request_body->data,
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

  • application/pgp-signature attachment: stored
Received on Tue Dec 19 13:43:55 2006

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.