diff options
author | Colin Guthrie <colin@mageia.org> | 2014-05-29 00:47:39 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-05-29 00:47:39 +0100 |
commit | f8ed2101da602b39e6b914382baa4fd6872b7ea9 (patch) | |
tree | 48e594dd690ab7763cbaa474f493fbcd53ed3049 /src/svn.h | |
parent | 1dbf0a91195c6e8bd4404cc6b922ba35dd5e9b4e (diff) | |
download | svn2git-f8ed2101da602b39e6b914382baa4fd6872b7ea9.tar svn2git-f8ed2101da602b39e6b914382baa4fd6872b7ea9.tar.gz svn2git-f8ed2101da602b39e6b914382baa4fd6872b7ea9.tar.bz2 svn2git-f8ed2101da602b39e6b914382baa4fd6872b7ea9.tar.xz svn2git-f8ed2101da602b39e6b914382baa4fd6872b7ea9.zip |
Support repository renaming.
This allows us to svn mv the cauldron/PKG/current folder to a new name and
have this copied over to git.
It does not yet handle the case where subsequent commits to previous distros
for the old name are magically moved over to the new name for the repo
(which I think is the correct behaviour as noted on the sysadm mailing list)
so some kind of rename mapping will have to be kept (if I ever implement
resuming support, then this map will have to be dumped to a file and restored
again about restart)
Another problem is that the tags are apparently all squashed up due to the
svn mv commit, but this should be handled via a simple return... after dealing
with the repo rename (although some changes may get lost :( if this is not a
straight copy (i.e. svn cp + changes in the same txn)
Diffstat (limited to 'src/svn.h')
0 files changed, 0 insertions, 0 deletions