Re: Upgrade woes
From: Sander Stoks <sander_at_stoks.nl>
Date: 2003-09-16 18:22:27 CEST
Philip Martin wrote:
> I suspect very few people attempt to build on BeOS, if nobody reports
Using svn log in a directory which is part of my project. BeOS uses a
I've debugged things a bit and found out that the problem starts in
config_dir = apr_hash_get (parameters,
(at around line 82). The problem is that this returns null on my
Next, this null pointer is passed into svn_config_read_auth_data with
svn_config_read_auth_data does a path_join() which dereferences the
Simply putting an if(config_dir) around the call to
Regards,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.