[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem using perl bindings for subversion on Win32

From: Rasquinha Mathur <rasquinha.mathur_at_gmail.com>
Date: 2007-06-07 21:53:56 CEST

Thanks a lot!!!

This worked. It seems that loading of SVN::Core isn't automatic.

Thanks

On 6/7/07, Juanma Barranquero <lekktu@gmail.com> wrote:
>
> On 6/6/07, Rasquinha Mathur <rasquinha.mathur@gmail.com> wrote:
>
> > perl -e "use SVN::Fs" gives this error:-
> >
> > 'This application failed to start because _Core.dll was not found.
> > Re-installing the application may fix the problem'
>
> > 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;
> use SVN::Fs;
>
> Loading SVN::Core should be automatic, but it isn't (I think it's a
> problem with ActiveState's Perl).
>
> Juanma
>
Received on Thu Jun 7 21:54:17 2007

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.