You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@wandisco.com> on 2010/03/05 16:35:58 UTC

Re: svn commit: r919413 - in /subversion/trunk/subversion/libsvn_wc: adm_files.c adm_files.h update_editor.c

> Author: julianfoad
> Date: Fri Mar  5 13:52:11 2010
> New Revision: 919413
> 
> URL: http://svn.apache.org/viewvc?rev=919413&view=rev
> Log:
> Unify the writing of new WC-1 text-base files in three different places in
> update_editor.c.

As mentioned in my other email, I found a problem:  still looks for the
temp text-base in the standard "special place" and won't find it now
that it's being put in an arbitrary temp filename. This could result in
text-bases not getting installed when they should.

As I can't fix this before Monday, I'm reverting this (along with
Philip's tidy-up follow-up, r919436). Reverted in r919478.

- Julian