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
./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()
...
]]]
Received on 2011-08-27 03:11:28 CEST