Rev 1747: Update Mac OS X instructions. in file:///data/jelmer/bzr-svn/trunk/
Jelmer Vernooij
jelmer at samba.org
Mon Sep 1 00:40:22 BST 2008
At file:///data/jelmer/bzr-svn/trunk/
------------------------------------------------------------
revno: 1747
revision-id: jelmer at samba.org-20080831234020-91a8v5qlrb69wg04
parent: jelmer at samba.org-20080831232029-rjzu135jh0ou3r05
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-09-01 01:40:20 +0200
message:
Update Mac OS X instructions.
modified:
INSTALL install-20080708203223-nbfwz4aneslpdz5g-1
commit.py commit.py-20060607190346-qvq128wgfubhhgm2-1
=== modified file 'INSTALL'
--- a/INSTALL 2008-07-08 20:53:54 +0000
+++ b/INSTALL 2008-08-31 23:40:20 +0000
@@ -24,26 +24,6 @@
be readily packaged for most platforms. The package name for Debian
and Debian-based distributions such as Ubuntu is ``libsvn-dev``.
-From Source on Mac OS X
-***********************
-
-To install on OS X Leopard do something like the following. Note: If you have MacPython installed, you may encounter problems when building BzrSvn.
-
-::
-
- # Install the latest stable Bazaar (if you didn't already)
- sudo easy_install -U paramiko pycrypto bzr
-
- # Install the bzr_svn plugin
- mkdir ~/.bazaar ~/.bazaar/plugins
- cd ~/.bazaar/plugins
- rm -rf svn
- bzr checkout --lightweight \
- http://people.samba.org/bzr/jelmer/bzr-svn/stable svn
-
- make
-
-
bzr-rebase
^^^^^^^^^^
@@ -95,19 +75,7 @@
Download the latest Subversion DMG from: http://svnbinaries.open.collab.net/servlets/ProjectDocumentList
-After installing, add the svn-python bindings to your Python2.5 installation
-
-::
-
- # Tiger
- echo "/opt/subversion-1.5.x/lib/svn-python/" > \
- /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/subversion.pth
-
- # Leopard
- echo "/opt/subversion-1.5.x/lib/svn-python/" > \
- /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/subversion.pth
-
-Install the bzr_svn plugin following the instructions in the `From Source on Mac OS X`_ section. A DMG will hopefully be released soon as well.
+bzr-svn DMGs can be found on the bzr-svn download page on Launchpad.
..
vim: ft=rest
=== modified file 'commit.py'
--- a/commit.py 2008-08-30 03:08:49 +0000
+++ b/commit.py 2008-08-31 23:40:20 +0000
@@ -145,6 +145,8 @@
the commit is happening
:param push_metadata: Whether or not to push all bazaar metadata
(in svn file properties, etc).
+ :param graph: Optional graph object
+ :param opt_signature: Optional signature to write.
"""
super(SvnCommitBuilder, self).__init__(repository, parents,
config, timestamp, timezone, committer, revprops, revision_id)
More information about the bazaar-commits
mailing list