On 22/08/2013 Rob Weir wrote:
On Thu, Jun 27, 2013 at 3:39 PM, Andrea Pescetti wrote:
I've now made a local copy of it, but archiving it somewhere where all
committers can access it would probably be the safest solution. At over 2
GBytes, it's quite big for people.apache.org (even ignoring license issues
since that stuff is still under the LGPL).
I got a report, from Ohloh, that they are unable to process the
bitbucket repository, since they receive an error. When they try to
extract it they see:
"hg clone -U 'https://bitbucket.org/mst/ooo340'
destination directory: ooo340
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: stream ended unexpectedly (got 2494 bytes, expected 14775)"
I had the same error, and it turned out that the repository was too big
to clone in one step. So, at the time, I did something like:
$ hg --debug --verbose clone -r 40000 https://bitbucket.org/mst/ooo340
which downloads the first 40000 revisions, then, in that directory,
$ hg pull -r 80000
$ hg pull -r 120000
$ hg pull -r ...
to gradually pull revisions. The last one is 278985, but the options
above should give counters too.
Regards,
Andrea.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org