Trac bug #2560
From: Albert Chin <subversion-dev_at_mlists.thewrittenword.com>
Date: 2006-06-05 23:09:05 CEST
I'm trying to determine the cause of Trac bug #2560:
I'm testing on Solaris 8/SPARC with subversion-1.2.3, apr-0.9.11,
Basically, svn_repos_find_root_path() is returning NULL on Solaris
The value of candidate through the while loop is thus:
It seems svn_utf_cstring_from_utf8() eventually calls apr_xlate_open()
What's odd is that I wrote a simple test program to try and duplicate
import sys
from svn import repos
path = '/var/svn/test'
if not repos.svn_repos_find_root_path (path, pool()):
Should I bug the APR folks?
-- albert chin (china@thewrittenword.com) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Jun 5 23:09:32 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.