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

Re: Perl API SVN::Ra::get_commit_editor2 causes TypeError

From: yary <not.com_at_gmail.com>
Date: Sat, 10 Jul 2010 17:03:18 -0700

Just a stab in the dark, what version of Subversion do you have on
that box? It looks like this perl module comes bundles with Subversion
1.4 and some users have complained that it doesn't first check to see
if there is a subverison installed for it to use. It also looks like
that module was last updated in 2007.

So perhaps it isn't good for production use :-( If you really do need
SVN::Core working, you might need to compile it from source and not
use a distro. I haven't used that module myself though and am not even
sure that is the issue.

Depending on your needs, this may work-
http://search.cpan.org/~karman/SVN-Class-0.16/lib/SVN/Class.pm

SVN::Class uses your svn binary to reduce dependencies. It was last
updated a couple months ago, and looks like it has a clean syntax.

-y
Received on 2010-07-11 02:03:59 CEST

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.