From: Matthias Urlichs Date: Tue, 29 Nov 2005 07:13:04 +0000 (+0100) Subject: SVN import: Use one log call X-Git-Tag: v0.99.9l^2~30 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/034908047d8c46fb4e1323285b3b066567c7fadc?ds=sidebyside;hp=034908047d8c46fb4e1323285b3b066567c7fadc SVN import: Use one log call One "svn log" (or its equivalent) per revision adds delay and server load. Instead, open two SVN connections -- one for the log, and one for the files. Positive side effect: Only those log entries which actually contain data are committed => no more empty commits. Also, change the "-l" option to set the maximum revision to be pulled, not the number of revisions. Signed-off-by: Junio C Hamano ---