Allow reading svn dumps from files via file:// urls
authorFlorian Achleitner <redacted>
Wed, 19 Sep 2012 15:21:23 +0000 (17:21 +0200)
committerJunio C Hamano <redacted>
Sun, 7 Oct 2012 21:10:17 +0000 (14:10 -0700)
commitf6529de9f4fc66de7679fa1204da1da50f6292fb
tree3a2a0f1a624d55993d8395658463a8d12a151067
parent271fd1fc2a25ebfc1782aab0d39b613555d22315
Allow reading svn dumps from files via file:// urls

For testing as well as for importing large, already available dumps,
it's useful to bypass svnrdump and replay the svndump from a file
directly.

Add support for file:// urls in the remote url, e.g.

  svn::file:///path/to/dump

When the remote helper finds an url starting with file:// it tries to
open that file instead of invoking svnrdump.

Signed-off-by: Florian Achleitner <redacted>
Acked-by: David Michael Barr <redacted>
Signed-off-by: Junio C Hamano <redacted>
remote-testsvn.c
git clone https://git.99rst.org/PROJECT