svn import: Add direct HTTP access
authorMatthias Urlichs <smurf@smurf.noris.de>
Tue, 11 Oct 2005 16:13:30 +0000 (18:13 +0200)
committerMatthias Urlichs <smurf@smurf.noris.de>
Tue, 11 Oct 2005 16:13:30 +0000 (18:13 +0200)
commit25f6f325d7a8f7cb686a9ffd9fa2c00b3aa85a60
treebbbae48b900cb02baf7e5d7153fb8757e362086e
parent4a91b796e3f48ad01d06cce46df28321b7a1500b
svn import: Add direct HTTP access

Some SVN repositories that are accessible through HTTP don't like when I
retrieve files using SVN methods ("internal server error").

Therefore, I added an option to get the contents using (persistent) HTTP
directly. This also reduces round-trip time, from two or three requests
down to one.

Also corrected error handling a bit.

Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
Documentation/git-svnimport.txt
git-svnimport.perl