git-svn: use separate, per-repository .rev_db files
commit26a62d57a27407132d48e91b3c8f455a5fb22e4b
authorEric Wong <normalperson@yhbt.net>
Mon, 12 Feb 2007 21:25:25 +0000 (12 13:25 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:12 +0000 (23 00:57 -0800)
tree8cb69964cadfc4a4ed1a7789321fd6e89709c17e
parent97ae091169b233ecd80eb5ef2da80145f8c724f7
git-svn: use separate, per-repository .rev_db files

We need a separate .rev_db file for each repository we're
tracking.  This allows us to track the same logical path off
multiple mirrors.  We preserve a symlink to the old .rev_db
(no-UUID) if we're (auto-)migrating from an old version to
preserve backwards compatibility.

Also, get rid of the uuid() wrapper since we cache UUID in our
private config, and the SVN::Ra::get_uuid() function memoizes
the return value per-connection.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl
t/t9107-git-svn-migrate.sh