git-svn: Avoid spurious errors when rewriteRoot is used.
commitc03c1f798d5f865331428e88c7d19b15471d25a8
authorAlexander Gavrilov <angavrilov@gmail.com>
Fri, 9 Oct 2009 07:01:04 +0000 (9 11:01 +0400)
committerEric Wong <normalperson@yhbt.net>
Fri, 9 Oct 2009 08:31:05 +0000 (9 01:31 -0700)
treec49aa7b88793f0167309588c6768d383320b32d3
parent8fd2cfa7accd6b8f877014bf3e4bf8547b8e0d2a
git-svn: Avoid spurious errors when rewriteRoot is used.

After doing a rebase, git-svn checks that the SVN URL
is what it expects. However, it does not account for
rewriteRoot, which is a legitimate way for the URL
to change. This produces a lot of spurious errors.

[ew: fixed line wrapping]

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl