How to migrate to Single DB per WC
From: Julian Foad <julian.foad_at_wandisco.com>
Date: Tue, 06 Jul 2010 20:24:23 +0100
I've started looking at moving to a single DB per WC, and written some
Any comments on this "how to upgrade the DB tables" part (copied from
[[[
Upgrade: Migration of DB tables from subdir DBs to root DB
"Move into root's table" means move each row into the same table in the WC
"Merge into root's table" means we move the row into the root's table,
REPOSITORY
Merge into root's table, which may result in assigning new id's.
Note: I already have two repos id's in some parts of some of my svn
WCROOT
Merge into root's table;
BASE_NODE
Move into root's table;
WORKING_NODE
Move into root's table;
ACTUAL_NODE
Move into root's table;
LOCK
PRISTINE
Move into root's table.
WC_LOCK
Move into root's table;
WORK_QUEUE
Ensure WORK_QUEUE is empty.
]]]
- Julian
|
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.