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

Re: svn commit: r1296419 - /subversion/trunk/subversion/libsvn_client/commit.c

From: Hyrum K Wright <hyrum.wright_at_wandisco.com>
Date: Fri, 2 Mar 2012 14:02:39 -0600

On Fri, Mar 2, 2012 at 1:59 PM, Greg Stein <gstein_at_gmail.com> wrote:
> On Fri, Mar 2, 2012 at 14:57,  <hwright_at_apache.org> wrote:
>>...
>> +++ subversion/trunk/subversion/libsvn_client/commit.c Fri Mar  2 19:57:22 2012
>> @@ -671,6 +671,7 @@ get_ra_editor(svn_ra_session_t **ra_sess
>>   SVN_ERR(svn_client__ensure_revprop_table(&commit_revprops, revprop_table,
>>                                            log_msg, ctx, pool));
>>
>> +#ifdef ENABLE_EDITOR_SHIMS
>>   /* We need this for the shims. */
>>   if (base_dir_abspath)
>>     {
>> @@ -686,6 +687,7 @@ get_ra_editor(svn_ra_session_t **ra_sess
>>     }
>>   else
>>     anchor_abspath = NULL;
>> +#endif
>
> This will only work if you build with -DENABLE_EDITOR_SHIMS ... when I
> did testing, I merely defined it within compat.c. ... if I try that
> now, I'm not going to get this code :-(

True, though I hope we can figure out how to fix this issue long-term
relatively soon.

-Hyrum

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com/
Received on 2012-03-02 21:03:11 CET

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.