Accessing Subversion commit data externally
Posted
by
gaoshan88
on Stack Overflow
See other posts from Stack Overflow
or by gaoshan88
Published on 2011-01-11T03:24:35Z
Indexed on
2011/01/11
9:53 UTC
Read the original article
Hit count: 212
svn
I have need to access subversion data (commit messages, files updated, revision numbers, dates modified, author, etc.) externally. Is this something for some sort of subversion hook or is there a decent third party package for this or some other "best practice" way to approach accessing subversion data externally (and by external I mean from a php/ruby or python script... external to subversion itself)?
© Stack Overflow or respective owner