Helping open source, and Subversion...

exeunt on 2003-02-27T16:15:17

While reading over the book for Subversion, I ran across a few mistakes, and other odds and ends that needed to be patched. A few hours latter, they were in their repository. It always gives me a good feeling to help with open source projects.

While looking over other parts of Subversion, it pains me not to see a Perl SWIG interface being worked on like their Python and Java ones. This goes way beyond my knowledge to even attempt. So, if anyone, with the right knowledge wants to feel helpful, there you go.


svn/perl/swig

rafael on 2003-02-27T16:19:52

There have been at least two attempts (you probably know this if you lurk in the svn-dsv mailing list from some time). As far as I know they haven't led to anything.

Re:svn/perl/swig

exeunt on 2003-02-27T16:29:26

I've only started paying attention latley...

I know that if I try to do the SWIG interface, it will be yet another attempt that leads to nothing. ;)

svn lib

chromatic on 2003-02-27T17:47:18

I have an upcoming article from Garrett Rooney on embedding the svn library in your program. From there, it shouldn't be too difficult to build a Perl or Parrot extension.

Re:svn lib

rooneg on 2003-02-27T22:01:55

i should have the rough draft for you soon ;-)

Got a pointer to the docs?

Elian on 2003-02-27T18:00:23

If so, I'll see about throwing one together. It shouldn't be that hard, and I do want to use Subversion for parrot's SCM when it's ready.

Re:Got a pointer to the docs?

exeunt on 2003-02-27T18:14:34

Project Home
Subversion Design Document
Subversion SWIG's README
It's always good to look at their HACKING file too.

I already linked to their book in the journal entry.

Any other documents might be somewhere in their repository. There is also their mailing lists.

Re:Got a pointer to the docs?

Elian on 2003-02-27T18:34:46

Hrm. No clean docs, but that's only to be expected. I don't particularly plan on using SWIG, as I'm far more partial to the XS interface, but that's just me.

I'll see about getting a working version of subversion for my OS X box here and see what I can do about an interface module.

Re:Got a pointer to the docs?

rooneg on 2003-02-27T22:01:14

you can build the doxygen docs by downloading the subversion tarball and using the doxygen.conf in the docs subdirectory. i don't think we have them up on the web anywhere yet though.