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

Re: svn commit: rev 7711 - in trunk/subversion: include libsvn_wc

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-13 00:44:14 CET

On Wed, 2003-11-12 at 01:41, brane@tigris.org wrote:
> Author: brane
> Date: Wed Nov 12 01:41:50 2003
> New Revision: 7711
>
> Modified:
> trunk/subversion/include/svn_wc.h
> trunk/subversion/libsvn_wc/entries.c
> Log:
> Use "" instead of "svn:this_dir" in the entries file.
>
> * subversion/include/svn_wc.h (SVN_WC_ENTRIES_THIS_DIR): Define to "".
> * subversion/libsvn_wc/entries.c (svn_wc__atts_to_entry): It the
> entry name is "svn:this_dir", change it to SVN_WC_ENTRIES_THIS_DIR.

Brane, this is really dangerous. You made this change without bumping
the working-copy 'format' version number. Old clients are going to
choke on new working copies:

$ svn st
subversion/libsvn_wc/entries.c:567: (apr_err=150000)
svn: Can't find an entry
svn: missing default entry

I was just burned by this.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 13 00:45:06 2003

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.