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

Re: svn commit: r16940 - in branches/wc-propcaching: subversion/libsvn_wc

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-10-23 16:04:54 CEST

On 10/23/05, zhakov@tigris.org <zhakov@tigris.org> wrote:
> Author: zhakov
> Date: Sun Oct 23 08:28:56 2005
> New Revision: 16940
>
> Added:
> branches/wc-propcaching/TODO
> - copied unchanged from r15510, /branches/wc-propcaching/TODO
> Modified:
> branches/wc-propcaching/subversion/libsvn_wc/lock.c
> branches/wc-propcaching/subversion/libsvn_wc/wc.h
>
> Log:
> Merge r15503-15510 (all changes) from the old branch.
>
> Modified: branches/wc-propcaching/subversion/libsvn_wc/lock.c
> Url: http://svn.collab.net/viewcvs/svn/branches/wc-propcaching/subversion/libsvn_wc/lock.c?rev=16940&p1=branches/wc-propcaching/subversion/libsvn_wc/lock.c&p2=branches/wc-propcaching/subversion/libsvn_wc/lock.c&r1=16939&r2=16940
> ==============================================================================
> --- branches/wc-propcaching/subversion/libsvn_wc/lock.c (original)
> +++ branches/wc-propcaching/subversion/libsvn_wc/lock.c Sun Oct 23 08:28:56 2005
> @@ -106,6 +106,11 @@
> adm_access->path,
> pool));
>
> + /* ### TODO: upgrade from format 5 to format 6. */
> + /* ### Upgrading currently disabled. */
> +
> + return SVN_NO_ERROR;
> +
> /* We can upgrade all formats that are accepted by
> svn_wc__check_format. */
> if (adm_access->wc_format != SVN_WC__VERSION)
>
> Modified: branches/wc-propcaching/subversion/libsvn_wc/wc.h
> Url: http://svn.collab.net/viewcvs/svn/branches/wc-propcaching/subversion/libsvn_wc/wc.h?rev=16940&p1=branches/wc-propcaching/subversion/libsvn_wc/wc.h&p2=branches/wc-propcaching/subversion/libsvn_wc/wc.h&r1=16939&r2=16940
> ==============================================================================
> --- branches/wc-propcaching/subversion/libsvn_wc/wc.h (original)
> +++ branches/wc-propcaching/subversion/libsvn_wc/wc.h Sun Oct 23 08:28:56 2005
> @@ -60,10 +60,15 @@
> * The change from 4 to 5 was the addition of support for replacing files
> * with history.
> *
> + * The change from 5 to 6 was the introduction of caching of property
> + * modification state and certain properties in the entries file.
> + *
> * Please document any further format changes here.
> */
> -#define SVN_WC__VERSION 5
> +#define SVN_WC__VERSION 6

trunk has already been bumped wrt 1.3.x; another bump is not required
iff you merge the branch back before 1.4.

bye,

Erik.
Received on Sun Oct 23 16:06:03 2005

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.