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

RE: [PATCH] fix the compile error introduced at r22716 in merge-tracking branch

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-12-16 05:59:03 CET

Thanks Masaru Tsuchiyama, Fixed in r22732.

With regards
Kamesh Jayachandran

-----Original Message-----
From: Masaru Tsuchiyama [mailto:tsuchiyama@asahi-net.email.ne.jp]
Sent: Sat 12/16/2006 7:18 AM
To: dev@subversion.tigris.org
Subject: [PATCH] fix the compile error introduced at r22716 in merge-tracking branch
 
Hello

I send a patch to fix the compile error introduced at r22716
in merge-tracking branch.

[[[

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.

]]]

Index: subversion/libsvn_ra_dav/mergeinfo.c
===================================================================
--- subversion/libsvn_ra_dav/mergeinfo.c (revision 22731)
+++ subversion/libsvn_ra_dav/mergeinfo.c (working copy)
@@ -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,

Masaru Tsuchiyama

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 16 05:59:56 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.