[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: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-12-19 08:23:45 CET

Dan,

Sorry for stepping outside my area.

If it was a feature or bug fix definitely would have waited for someone
to respond and would have expressed my [+/-]1 to those patches.

As it was a compile failure and the patch was obvious enough, I felt
like committing.

With regards
Kamesh Jayachandran

Daniel Rall wrote:
> 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
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 19 13:14:35 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.