Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: svn metric extractor

by spx2 (Deacon)
on Mar 12, 2010 at 13:39 UTC ( [id://828291]=note: print w/replies, xml ) Need Help??


in reply to svn metric extractor

looks pretty useful. in git you have this built-in

Replies are listed 'Best First'.
Re^2: svn metric extractor
by Anonymous Monk on Mar 24, 2010 at 13:44 UTC
    I was wondering if is possible to get the same information but per each file per revision...
    187,11/18/08 12:12,DecoratorPeople.java,des_user1,M,7,2,3 187,11/18/08 12:12,Validator.java,des_user1,M,1,1,1 185,11/18/08 8:59,PublicationDAO.java,des_user1,M,2,1,2
    I am not too "versed" in perl so I was wondering how difficult is a fix to this script in order to get that information...
Re^2: svn metric extractor
by ram420 (Initiate) on May 09, 2012 at 03:50 UTC
    This code is working for local repository. But not for the remote repository. please suggest me the steps to connect to remote repository.
      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://828291]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 04:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found