author | Matthias Urlichs <smurf@smurf.noris.de> | |
Tue, 11 Oct 2005 16:13:30 +0000 (18:13 +0200) | ||
committer | Matthias Urlichs <smurf@smurf.noris.de> | |
Tue, 11 Oct 2005 16:13:30 +0000 (18:13 +0200) | ||
commit | 25f6f325d7a8f7cb686a9ffd9fa2c00b3aa85a60 | |
tree | bbbae48b900cb02baf7e5d7153fb8757e362086e | tree | snapshot |
parent | 4a91b796e3f48ad01d06cce46df28321b7a1500b | commit | diff |
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>
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 | diff | blob | history | |
git-svnimport.perl | diff | blob | history |