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

Re: includes in client-side perl scrips

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-11-08 19:27:29 CET

Jochen Wendebaum wrote:

> Hi all,
>
> I wanted to try out the client-side perl script svn-graph.pl which can
> be found here:
>
> http://svn.collab.net/viewcvs/svn/trunk/tools/client-side/
>
> In the beginning of the file there are two includes that I am not able
> to resolve:
>
> require SVN::Core;
> require SVN::Ra;
>
> Does anybody know how to run the script (on a windows platform)? What
> files do I have to get and to set up?

You need to have the Perl SWIG bindings for Subversion. If you are using
Perl 5.8, you can use the prebuilt binaries at:
http://subversion.tigris.org/files/documents/15/18118/svn-win32-1.1.1_pl.zip

(copy all files in this ZIP file to a folder named "SVN" in your Perl
site directory, i.e. c:\perl\site\lib\SVN

If you're not using Perl 5.8, you'll need to build the bindings yourself.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 8 19:27:58 2004

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.