| | 18 | }}} |
| | 19 | |
| | 20 | * Install git-bzr. |
| | 21 | |
| | 22 | Unfortunately, there is currently a proliferation of git-bzr commands, each of which behave in a slightly different manner. Until there is a single, blessed git-bzr command, I'll assume that you're using commit `61d60075fb548f1d49d54b1a98b8b568e68ecc44` from the [http://github.com/kfish/git-bzr kfish branch of git-bzr]. |
| | 23 | |
| | 24 | If you're using MacPorts: |
| | 25 | |
| | 26 | (1) Download `Portfile` (not `Portfile.2`) from [http://trac.macports.org/ticket/24763 MacPorts ticket #24763]. |
| | 27 | |
| | 28 | (2) In a terminal window: |
| | 29 | {{{ |
| | 30 | sudo -s |
| | 31 | mkdir /opt/mports/trunk/dports/devel/git-bzr |
| | 32 | cd /opt/mports/trunk/dports/devel/git-bzr |
| | 33 | mv ~/Downloads/Portfile . |
| | 34 | chown root:admin Portfile |
| | 35 | chmod 644 Portfile |
| | 36 | port install git-bzr |
| | 37 | exit |