Rev 1550: Attempt to cope with API change in svn 1.4. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Mon Aug 4 19:01:06 BST 2008


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

------------------------------------------------------------
revno: 1550
revision-id: jelmer at samba.org-20080804180103-skfwron888ze40pi
parent: jelmer at samba.org-20080804171351-nnqloktc2bdiocrq
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Mon 2008-08-04 20:01:03 +0200
message:
  Attempt to cope with API change in svn 1.4.
modified:
  ra.c                           ra.pyx-20080313140933-qybkqaxe3m4mcll7-1
=== modified file 'ra.c'
--- a/ra.c	2008-08-02 16:56:12 +0000
+++ b/ra.c	2008-08-04 18:01:03 +0000
@@ -869,11 +869,10 @@
 	if (temp_pool == NULL)
 		return NULL;
 	if (paths == Py_None) {
-		/* FIXME: The subversion libraries don't behave as expected, 
+		/* The subversion libraries don't behave as expected, 
 		 * so tweak our own parameters a bit. */
 		apr_paths = apr_array_make(temp_pool, 1, sizeof(char *));
 		APR_ARRAY_PUSH(apr_paths, char *) = apr_pstrdup(temp_pool, "");
-		apr_paths = NULL;
 	} else if (!string_list_to_apr_array(temp_pool, paths, &apr_paths)) {
 		apr_pool_destroy(temp_pool);
 		return NULL;




More information about the bazaar-commits mailing list