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 :)
source
share