How to read changes from SVN repo

I'm trying to make some kind of weird Facebook application that notifies developers of changes to SVN, such as new branches and versions, however, for this I need to ask SVN what changes have been made, and comments of these changes, version, etc. However, the whole call I found for SVN on tigris.org talks about how to update my files and the like, I just want to know if there is a way to find out the actual state of the project tree and how to extract details from a specific change

Any suggestions are welcome :)

+5
source share
2 answers

Here 's a tip on generating an RSS feed from Subversion.

Facebook, RSS-.

QA EOB:)

+5

RSS, log diff. , , , .

+2

All Articles