[PATCH v7 09/16] Allow reading svn dumps from files via file:// urls

2012-08-28 Thread Florian Achleitner
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

Re: [PATCH v7 09/16] Allow reading svn dumps from files via file:// urls

2012-08-28 Thread Junio C Hamano
Florian Achleitner writes: > 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 fin