Rev 1702: Update Mac OS X wiki page. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Thu Sep 4 18:24:12 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1702
revision-id: jelmer at samba.org-20080904172409-timg2bab7aof4w5u
parent: jelmer at samba.org-20080904170226-c6ygcz8mbk2rqpnw
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2008-09-04 19:24:09 +0200
message:
  Update Mac OS X wiki page.
modified:
  INSTALL                        install-20080708203223-nbfwz4aneslpdz5g-1
=== modified file 'INSTALL'
--- a/INSTALL	2008-07-08 20:53:54 +0000
+++ b/INSTALL	2008-09-04 17:24:09 +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,9 @@
 
 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 DMG packages can be found in bzr-svn launchpad page.
+
+bzr-svn is now also available in MacPorts, and can be installed with: $ sudo port install bzr-svn
 
 ..
 	vim: ft=rest




More information about the bazaar-commits mailing list