looks like i'm getting commit access for the perl bindings of subversion.
the subversion internals are pretty clean, but the api looks even cleaner when using perl:
my $ra = SVN::Ra->new($url);
$ra->get_logs (['/'], $fromrev, $torev, $getpath, $strict, \&receiver);
yes I read sky's journal. I had some very evil plan about subversion few months ago, and it seems getting closer with the perl bindings support now. I'll post some design notes later.
also I don't know if it's just me who noticed that perl folks tend to think subversion people are on various of drug (someone said so on irc), and the subversion people don't really appreicate perl.
Perl people and svn people (Score:2)
Re:Perl people and svn people (Score:2)
The svn people are very good and very intelligent, but Perl is generally not their tool of choice. However, I never saw any Perl bigotry from them in the time I read their mailing list. When a flamewar erupted between Chip Salzenburg and Eric Raymond (I would say entirely at Eric's behest) over Perl they basically asked that it go away.
I think they just consider Perl/subversion integration to be somebody else's itch.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Is there anything to play with yet? (Score:1)
This is probably me being dense - but are there some existing bindings available somewhere to play with?
At the moment I :-)
systemout to the command-line routines to get anything done and a nicer way of doing this would be appreciatedRe:Is there anything to play with yet? (Score:1)
And at:
http://svn.collab.net/repos/svn/trunk/subversion/bindings/swig/perl/ [collab.net]