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

Re: SVN Perl modules

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Mon, 25 Feb 2008 07:29:59 -0500

Kota, Sreenivasa ShravanaKumar wrote:
> Can some one tell me where can I get the svn perl modules ?

It depends on how you installed Subversion itself (they kind of go together).
If you are using something like CentOS, you probably did

        yum install subversion

in which case to get the bindings, you would type

        yum install subversion-perl

Other distros will typically have equivalent packaging).

If you built Subversion from source, on the other hand, you would go into the
same directories that you used to build Subversion and type

        make swig-pl
        make check-swig-pl
        make install-swig-pl

(that last step has to be done as root typically, but the first two do not).

HTH

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-25 13:30:00 CET

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.