From: Eric Wong Date: Mon, 12 Feb 2007 21:25:25 +0000 (-0800) Subject: git-svn: use separate, per-repository .rev_db files X-Git-Tag: v1.5.1-rc1~175 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/26a62d57a27407132d48e91b3c8f455a5fb22e4b?ds=inline;hp=26a62d57a27407132d48e91b3c8f455a5fb22e4b 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 ---