Rev 1282: Add NEWS entry about endless loop in logwalker. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4

Jelmer Vernooij jelmer at samba.org
Sun Jun 22 22:18:51 BST 2008


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

------------------------------------------------------------
revno: 1282
revision-id: jelmer at samba.org-20080622211849-xj8pqhiot48f9njk
parent: jelmer at samba.org-20080622211430-czw83hf2tvkfpaz8
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2008-06-22 23:18:49 +0200
message:
  Add NEWS entry about endless loop in logwalker.
modified:
  NEWS                           news-20061231030336-h9fhq245ie0de8bs-1
  setup.py                       setup.py-20060502115218-86950492da22353f
=== modified file 'NEWS'
--- a/NEWS	2008-06-22 08:09:10 +0000
+++ b/NEWS	2008-06-22 21:18:49 +0000
@@ -8,7 +8,7 @@
 
      It does however mean the extensions have to be built. This requires 
      the Subversion development libraries and should be possible by 
-     simply running ``make`` from the plugin directory.
+     simply running ``make`` from the plugin directory. 
 
    * Now uses absolute imports and no longer adds plugin directory to the system path.
 
@@ -44,6 +44,8 @@
 
    * Deal with missing branches/tags directories when using webdav. (#235301)
 
+   * Remove endless loop in logwalker. (#235776)
+
 bzr-svn 0.4.10  2008-05-12
 
   CHANGES

=== modified file 'setup.py'
--- a/setup.py	2008-06-22 19:15:37 +0000
+++ b/setup.py	2008-06-22 21:18:49 +0000
@@ -20,7 +20,7 @@
 
 def svn_build_data():
     """Determine the Subversion header file location."""
-    basedirs = ["/usr/local", "/usr"]
+    basedirs = ["/usr", "/usr/local", "/usr"]
     for basedir in basedirs:
         includedir = os.path.join(basedir, "include/subversion-1")
         if os.path.isdir(includedir):




More information about the bazaar-commits mailing list