[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: 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:-
>
> '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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 7 17:15:51 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.