On Fri, Mar 2, 2012 at 14:57, <hwri...@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 :-( Cheers, -g