Re: Problem using perl bindings for subversion on Win32
From: Juanma Barranquero <lekktu_at_gmail.com>
Date: 2007-06-07 17:15:24 CEST
On 6/6/07, Rasquinha Mathur <rasquinha.mathur@gmail.com> wrote:
> perl -e "use SVN::Fs" gives this error:-
> Could someone please suggest what could be the problem and the fix for it?
Try doing:
perl -MSVN::Core -e "use SVN::Fs"
or, in your program
use SVN::Core;
Loading SVN::Core should be automatic, but it isn't (I think it's a
Juanma
---------------------------------------------------------------------
|
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.