http://www.perlmonks.org?node_id=969559


in reply to Re: svn metric extractor
in thread svn metric extractor

This code is working for local repository. But not for the remote repository. please suggest me the steps to connect to remote repository.

Replies are listed 'Best First'.
Re^3: svn metric extractor
by pemungkah (Priest) on May 11, 2012 at 21:52 UTC
    ram, you'll be getting into the C bindings to do that. It's a nasty place. I strongly suggest not doing that and just checking out the code. You have to track SVN memory pools, and a bunch of other stuff you really, really don't care about.

    This is based on the system I used to work with at Yahoo! that used the C bindings. The code, it burned.