problems pushing to svn.wp-plugins.org
Jelmer Vernooij
jelmer at samba.org
Mon Mar 31 16:11:32 BST 2008
Hi Sabin,
On Mo, 2008-03-31 at 13:46 +0300, Sabin Iacob wrote:
> The svn.wp-plugins.org repository is structured like
> /plugin-name/{branches, tags, trunk}, with about 37k revisions.
> I am trying to push one of my plug-ins to trunk; I want to push the
> whole history, so I can merge later, so I removed trunk (had about 30-40
> revisions) and created it again, then ran bzr push, which seems to be
> downloading the whole repository's history (right now it reads "finding
> branches 6947/37036"). Is this the intended behaviour? Is it
> https://bugs.launchpad.net/bzr-svn/+bug/158657 ?
Yes, this is 158657 and some other bugs.
Most of the operations in bzr-svn are O(N) right now where N is the
number of revisions in the Svn repository. The revision information is
cached though so after using that repository for the first time the
constant in that O(N) should be pretty small.
With bzr-svn 0.4.10 this will improve somewhat - only the revisions in
the branch you're using will be used.
Cheers,
Jelmer
--
Jelmer Vernooij <jelmer at samba.org> - http://samba.org/~jelmer/
Jabber: jelmer at jabber.fsfe.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20080331/14b3a562/attachment.pgp
More information about the bazaar
mailing list