Hi Robert, I didn't even know there was a Perl interface to Subversion.
A quick search around reveals a few things: subversion-perl from http://www.freshports.org/devel/subversion-perl/ I wonder if it only works with 1.4.3 or would work with older versions. There also seem to be SVN::Repos, SVN::Client, etc modules directly provided by a Subversion release. Hmmm... http://svn.collab.net/repos/svn/trunk/subversion/bindings/swig/perl/native/ We'll have to use a more uniform way of invoking SCM systems anyway. Eg in the glue installer, merger, VDD generator. I was hoping to at some point revert to using some module from CPAN that provides everything. I don't see such a module yet. I have this fear we'll need to write such a module -- really hope somebody else does this first. Will keep it in mind though: http://bugzilla.mkgnu.net/show_bug.cgi?id=978 On Fri, 2007-05-11 at 03:19 -0700, Robert Hudson wrote: > > > Hi Kristis, > > > > Just a thought. Didn’t know if it would be better for the > Subversion.pm file to use the Perl interface for subversion rather > than piping out to the binaries? > > > > Didn’t know if this would give greater control and performance > improvement? > > > > Thanks > > > > Rob > > > > > _______________________________________________ > scmbug-users mailing list > [email protected] > http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
