How to get the changes info commited to svn?

Hi guys I'm evaluating the finalbuilder and I want to know how to get all the info that was comited from the last build revision number to the head revision.

Any tips ?

Regards,
Diego Garcia.

Hi Diego,

You can use the ‘Subversion Generic’ action to call the subversion ‘log’ command. The command arguments should be similar to:

’ --verbose -r [REVISION]:HEAD’


You can find more information about viewing subversion’s history from:

http://svnbook.red-bean.com/en/1.5/svn.tour.history.html

http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.log.html


Hope this helps,
Paul.


Thanks for the info Paul ;)

It was a great help !