What to do with Subversion Info ?

Hi
I’ve got no problems to run SVN INFO in my build scripts.
But what can I do with the result? I find no way to pipe it to a file so I can include it in a commit message, and no way to retrieve the output in any other way.
It just run with no errors, and then gets lost in space.

Is there anything I can do with the output?

/P

The Target variables list on the action’s Command Options tab allows you to specify variables that will be filled with the info from the the subversion info command. You will need to define some FinalBuilder project variables to contain the info, then just select them from the drop down list on each line for the info you want to capture.