Merged remote changes.

Mon, 26 Mar 2012 19:40:16 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 26 Mar 2012 19:40:16 +0200
changeset 1741
ecde46558a10
parent 1740
6a92ffd41de8 (current diff)
parent 1737
9868a38ffbc2 (diff)
child 1743
4f9afcd8eb9d

Merged remote changes.

--- a/README-MacOSX.txt	Mon Mar 26 19:39:19 2012 +0200
+++ b/README-MacOSX.txt	Mon Mar 26 19:40:16 2012 +0200
@@ -226,25 +226,26 @@
 -----------------
 Mac OS X already provides subversion. However, best performance for eric5 is
 gained with the pysvn interface to subversion. Therefore it is recommended to
-install pysvn. That should be done from sources. Please note, that pysvn needs
-an updated pycxx if you installed Python 3.2.x. Get pysvn via 
+install pysvn. Get pysvn via 
 
 http://pysvn.tigris.org/project_downloads.html
 
-Extract the downloaded sources, change to the sources directory and enter this
-command
+After the download finished open the downloaded package and install it.
 
-sudo python3 setup.py install
-
-In order to test, if everything worked ok open a Python shell and enter these
+In order to test, if everything worked ok, open a Python shell and enter these
 commands
 
 >>> import pysvn
 >>> pysvn.version
 
-This should print the pysvn version as a tuple like '(1, 7, 5, 0)'. If you get
+This should print the pysvn version as a tuple like '(1, 7, 6, 0)'. If you get
 an error please check your installation.
 
+Note: Mac OS X Lion provides Subversion 1.6.x. When downloading pysvn make sure
+      to download the variant compiled against that version. This is important
+      because the working copy format of Subversion 1.7.x is incompatible to the
+      old one.
+
 
 14. Install Mercurial
 ---------------------

eric ide

mercurial