p-alik / gearmand

This repository may be slightly ahead of the https://github.com/gearman/gearmand
http://gearman.org/
Other
9 stars 156 forks source link

bzr to git #1

Closed p-alik closed 8 years ago

p-alik commented 8 years ago
$ bzr info
Standalone tree (format: 2a)
Location:
  branch root: .

Related branches:
  parent branch: bzr+ssh://bazaar.launchpad.net/+branch/gearmand/
$ bzr log -l1 --short -n0
  908 Continuous Integration    2014-02-15 [merge]
      Merge bzr://soup.haus/ Build: jenkins-Gearmand-1031

$ git init
$ bzr fast-export --plain --no-tags | git fast-import
14:05:01 Calculating the revisions to include ...
14:05:01 Starting export of 3021 revisions ...
14:05:07 1000/3021 commits exported at 10841/minute 
14:05:11 Skipping empty dir common in rev brian@tangent.org-20120504034604-5t22ae4v2o45zjkq
14:05:14 2000/3021 commits exported at 9016/minute 
14:05:19 3000/3021 commits exported at 10000/minute 
14:05:19 Exported 3021 revisions in 0:00:18
git-fast-import statistics:
---------------------------------------------------------------------
Alloc'd objects:      35000
Total objects:        32433 (     22312 duplicates                  )
      blobs  :        21799 (     18474 duplicates      18138 deltas of      20404 attempts)
      trees  :         7613 (      3838 duplicates       6762 deltas of       6965 attempts)
      commits:         3021 (         0 duplicates          0 deltas of          0 attempts)
      tags   :            0 (         0 duplicates          0 deltas of          0 attempts)
Total branches:           1 (         1 loads     )
      marks:        1048576 (      3021 unique    )
      atoms:           1228
Memory total:          3751 KiB
       pools:          2110 KiB
     objects:          1640 KiB
---------------------------------------------------------------------
pack_report: getpagesize()            =       4096
pack_report: core.packedGitWindowSize = 1073741824
pack_report: core.packedGitLimit      = 8589934592
pack_report: pack_used_ctr            =      13477
pack_report: pack_mmap_calls          =       6896
pack_report: pack_open_windows        =          1 /          1
pack_report: pack_mapped              =   33398153 /   33398153
---------------------------------------------------------------------
p-alik commented 8 years ago

the issue was created in order to have migration log