Re: How to use SVN::Client with authenticated proxy?
From: Josef Wolf <jw_at_raven.inka.de>
 
Date: Tue, 10 Mar 2009 19:22:08 +0100 
On Fri, Mar 06, 2009 at 05:23:34PM +0100, Josef Wolf wrote:
 > I am about to write a perl script to manage a subversion working copy
 I've come a little bit closer now.  Retrieval of the configuration seems
   my $ctx = new SVN::Client(
   $ctx->config (SVN::Core::config_get_config(undef));
 But they do _not_ work.  What actually works, is a rather strange
   my $conf = SVN::Core::config_get_config("/etc/subversion");
   my $ctx = new SVN::Client(
 What makes this construct strange is:
  - it works _only_ if the return value is assigned to a variable that
 I guess the config_get_config function keeps some static storage somewhere
  | 
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.