You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Kota, Sreenivasa ShravanaKumar" <sh...@hp.com> on 2008/02/25 10:39:10 UTC

SVN Perl modules

All,

Can some one tell me where can I get the svn perl modules ? How to install a perl module ?

For example:

Core.pm
Client.pm
Wc.pm
Ra.pm
Base.pm

Etc

I appreciate your help

Thanks & Regards
Shravana Kumar



Re: SVN Perl modules

Posted by John Peacock <jo...@havurah-software.org>.
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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org