SVN::Client checkout fails using 1.2.0 on Win32, Linux
From: Leo Davis <ldavis_at_fonix.com>
Date: 2005-05-24 04:12:40 CEST
Hello,
I upgraded my subversion client and Perl bindings for 1.2.0 today.
$SVNClient->checkout($foo, '.', 'HEAD', 1);
Where $foo is in the form: http://<server>/<repo>
I'm now getting this error message:
Checking out working copy...
abnormal program termination
I built and installed the Linux Perl bindings, and get a similar error
The server is also running 1.2.0. I also tried reproducing it with the
A file that reproduces this bug for me is attached.
Leo
#!perl
use SVN::Client;
# callback for authentication
$cred->username('username');
our $SVNClient =
$SVNClient->checkout("http://svn.fonix.com/test", '.', 'HEAD', 1);
---------------------------------------------------------------------
|
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.