1OVERVIEW
2
3This directory contains working copies (and other data) used to
4test Subversion's working copy ugrade process. The files are
5typically stored as a .tar.bz2 in order to hide their "funny"
6format data from Subversion's normal administrative processes.
7
8
9=============================================================================
10
11FORMAT_*
12
13The format_*.tar.bz2 data files each represent a checkout of
14^/trunk/notes/wc-ng at approximately revision 917840. These
15checkouts were performed using specific revisions of Subversion
16in order to produce a .svn administrative area with the required
17format.
18
19SVN_WC__VERSION   Subversion revision used
20---------------   ------------------------
2112 (a)            877576
2212 (b)            879401
2313                879813
2414                880116
2515                886350
2616                917838
27
28There are two "format 12" working copies:
29  (a) the wcprop values are stored in .svn/all-wcprops
30  (b) the wcprop values are stored in BASE_NODE.dav_cache
31
32You'll note that ($revision + 1) is the revision where the
33format was bumped, or the wcprops were moved into the
34database. Therefore, these working copies represent the last
35revision of Subversion to use the specific format value.
36
37=============================================================================
38