Mercurial > hgsubversion
comparison tests/test_urls.py @ 1023:7a262ecae4f3
svnwrap: use get_file instead of list_props during replay
This patch has an enormous effect on the time taken to import commits
which add many files. Specifically, it makes them much faster for
pulls over the network because it avoids creating a new connection to
subversion for every added file. In my testing, it dropped the time
taken to import a revision that adds ~6500 files from approximately 1
hour to 30 seconds. I believe this test is representative of
real-world performance improvements.
author | David Schleimer <dschleimer@fb.com> |
---|---|
date | Tue, 18 Jun 2013 17:47:37 -0700 |
parents | 20e73b5ab6f7 |
children | d741f536f23a |
comparison
equal
deleted
inserted
replaced
1022:1c9b1d0e0ba3 | 1023:7a262ecae4f3 |
---|