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

Re: some "before 1.7 we will" comments

From: Hyrum K Wright <hyrum.wright_at_wandisco.com>
Date: Mon, 29 Aug 2011 12:57:50 -0500

On Fri, Aug 26, 2011 at 8:10 PM, Neels J Hofmeyr <neels_at_elego.de> wrote:
> found in branches/1.7.x/*
> by
> [[[
> + grep --exclude-dir=".svn" --exclude-dir=".libs" --exclude="*.o" -rn -i
> 'before.*1\.7' subversion | grep -v Binary
> [...]
> ./subversion/libsvn_wc/wc-metadata.sql:761:   Before we release 1.7, these
> statements will be pulled into a format bump

There was some discussion on this, and we decided to punt on it.

-Hyrum

> ./subversion/libsvn_wc/wc_db.h:2736:  ### These functions SHOULD be
> completely removed before 1.7
> ./subversion/include/private/svn_wc_private.h:278: * before the 1.7 release.
> [...]
> ]]]
>
>
>
> subversion/libsvn_wc/wc-metadata.sql:761:
> [[[
> /* ------------------------------------------------------------------------- */
>
> /* Format 99 drops all columns not needed due to previous format upgrades.
>   Before we release 1.7, these statements will be pulled into a format bump
>   and all the tables will be cleaned up. We don't know what that format
>   number will be, however, so we're just marking it as 99 for now.  */
> -- format: 99
>
> /* TODO: Rename the "absent" presence value to "server-excluded" before
>   the 1.7 release. wc_db.c and this file have references to "absent" which
>   still need to be changed to "server-excluded". */
> ]]]
>
>
>
> ./subversion/libsvn_wc/wc_db.h:2736:
> [[[
> ### These functions SHOULD be completely removed before 1.7
> [...]
> svn_wc__db_temp_*()
> ]]]
>
>
>
> ./subversion/include/private/svn_wc_private.h:278:
> [[[
> /**
>  * The following are temporary APIs to aid in the transition from wc-1 to
>  * wc-ng.  Use them for new development now, but they may be disappearing
>  * before the 1.7 release.
>  */
> [...]
> svn_wc__cd2_to_cd()
> svn_wc__status2_from_3()
> svn_wc__node_get_children_of_working_node()
> svn_wc__node_get_children()
> ...
> ]]]
>
>

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com/
Received on 2011-08-29 19:58:24 CEST

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.