[PATCH 2/4] Allow reading svn dumps from files via file:// urls.

2012-07-11 Thread Florian Achleitner
Especially for testing and development it's useful to bypass svnrdump and replay the svndump from a file without connecting to an svn server. 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 th

Re: [PATCH 2/4] Allow reading svn dumps from files via file:// urls.

2012-07-11 Thread Dmitry Ivankov
Florian Achleitner gmail.com> writes: > > Especially for testing and development it's useful > to bypass svnrdump and replay the svndump from a file > without connecting to an svn server. > > Add support for file:// urls in the remote url. > e.g. svn::file:///path/to/dump > When the remote help

Re: [PATCH 2/4] Allow reading svn dumps from files via file:// urls.

2012-07-11 Thread Junio C Hamano
Dmitry Ivankov writes: > Florian Achleitner gmail.com> writes: > >> >> Especially for testing and development it's useful >> to bypass svnrdump and replay the svndump from a file >> without connecting to an svn server. >> >> Add support for file:// urls in the remote url. >> e.g. svn::file:///

Re: [PATCH 2/4] Allow reading svn dumps from files via file:// urls.

2012-07-11 Thread Stephen Bash
- Original Message - > From: "Junio C Hamano" > To: "Dmitry Ivankov" > Cc: git@vger.kernel.org > Sent: Wednesday, July 11, 2012 1:00:29 PM > Subject: Re: [PATCH 2/4] Allow reading svn dumps from files via file:// urls. > > Dmitry Ivankov wri