On Mon, Jun 04, 2007 at 20:41:29 +0530, Raja R Harinath wrote:
-------------8<------------
# remove stored revision db, since we're going to change all the commit ids
rm .git/svn/git-svn/.rev_db.*
# rewrite git-svn-id: lines
cg-admin-rewritehist \
--msg-filter \
'sed "s,file:///tmp/rsync-mirror,svn://the.svn.link/whatever,"'
# recreate new revision db, and fetch updates, if any
git-svn rebase
-------------8<------------
Which leads me to a question. Should the url really be part of the
git-svn-id? A subversion repository is uniquely identified by it's uuid, so
the uuid + revno is a good identifier. Is it possible to change that now, or
is it necessary to keep the format now for backward compatibility?
--
Jan 'Bulb' Hudec [off-list ref]