Code

git-svn: handle changed svn command-line syntax
authorSam Vilain <sam@vilain.net>
Fri, 21 Sep 2007 03:27:01 +0000 (15:27 +1200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2007 09:42:16 +0000 (02:42 -0700)
commitffab62681cf420abb87aabf3fd2fc96e000877e4
treee21ed32d1cc3e3859ad3c87d2adecc748d0b6030
parentd99c74e2913ab098953bd5b422b95f39e2dcfb55
git-svn: handle changed svn command-line syntax

Previously, if you passed a revision and a path to svn cp, it meant to look
back at that revision and select that path.  New behaviour is to get the
path then go back to the revision (like other commands that accept @REV
or -rREV do).  The more consistent syntax is not supported by the old
tools, so we have to try both in turn.

Signed-off-by: Sam Vilain <sam.vilain@catalyst.net.nz>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9104-git-svn-follow-parent.sh