Rev 1294: core is now a python module - using it to verify the build is pointless. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4

Jelmer Vernooij jelmer at samba.org
Mon Jun 23 00:25:02 BST 2008


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

------------------------------------------------------------
revno: 1294
revision-id: jelmer at samba.org-20080622232458-53wqnwocebckik9d
parent: jelmer at samba.org-20080622230315-thvfr08ri1bw2mh6
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Mon 2008-06-23 01:24:58 +0200
message:
  core is now a python module - using it to verify the build is pointless.
modified:
  __init__.py                    __init__.py-20051008155114-eae558e6cf149e1d
=== modified file '__init__.py'
--- a/__init__.py	2008-06-22 07:37:15 +0000
+++ b/__init__.py	2008-06-22 23:24:58 +0000
@@ -69,10 +69,9 @@
 
     """
     try:
-        from bzrlib.plugins.svn import core
+        from bzrlib.plugins.svn.ra import version
     except:
         warning("Unable to load bzr-svn extensions - did you build it?")
-    from bzrlib.plugins.svn.ra import version
     ra_version = version()
     if (ra_version[0] >= 5 and getattr(ra, 'SVN_REVISION', None) and 27729 <= ra.SVN_REVISION < 31470):
         warning('Installed Subversion has buggy svn.ra.get_log() implementation, please install newer.')




More information about the bazaar-commits mailing list