summaryrefslogtreecommitdiff
path: root/t/t9139-git-svn-reset.sh
Commit message (Collapse)AuthorAgeFilesLines
* git svn: rename tests that had conflicting numbersEric Wong2009-07-191-66/+0
| | | | | | | | | | Some unrelated tests were developed simultaneously and resulted in test numbers conflicting. To avoid difficulty when referring to tests via the "tXXXX" convention, rename the newer tests. Suggested by Marc Branchaud. Signed-off-by: Eric Wong <normalperson@yhbt.net>
* Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson2009-06-251-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>