test of a SVN import
Jelmer Vernooij
jelmer at samba.org
Wed Dec 23 00:53:21 GMT 2009
On Tue, 2009-12-22 at 23:47 +0100, Tim Michelsen wrote:
> yesterday I tried:
>
> bzr branch https://svn.osgeo.org/grass/grass/branches/develbranch_6
> develbranch_6_bzr
>
> This command blocked my notebokk several hours and resulted in a
> unfinshed repository.
>
> How can this import be handled more efficiently?
I don't think we can really speed up the import itself significantly.
The Subversion protocol is what it is, it wasn't made for fetching all
of the revisions in a repository but rather for fetching just a single
revision.
The performance I'm getting here (at least for the first 300 revisions
or so) seems to be about one revision per second. Is that consistent
with what you are seeing?
There are two other things we should be able to do though:
* allow resuming the clone operation if it is interrupted
* only fetch the last X revisions (stacked branch, history
horizon, ...)
Cheers,
Jelmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20091223/bfcf89fa/attachment.pgp
More information about the bazaar
mailing list