summaryrefslogtreecommitdiff
path: root/t/t9139-git-svn-reset.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-06-25Add 'git svn reset' to unwind 'git svn fetch'Libravatar Ben Jackson1-0/+66
Add a command to unwind the effects of fetch by moving the rev_map and refs/remotes/git-svn back to an old SVN revision. This allows revisions to be re-fetched. Ideally SVN revs would be immutable, but permissions changes in the SVN repository or indiscriminate use of '--ignore-paths' can create situations where fetch cannot make progress. Signed-off-by: Ben Jackson <ben@ben.com> Acked-by: Eric Wong <normalperson@yhbt.net>