Hi there,
Now that we’ve been using finalbuilder for quite some time, works great BTW!, I would like to enhance the user experience a bit.
When the build starts processing I have it send an e-mail to our testers so they are aware that a new build is coming.
I’d like to include the SVN commit comments for that revision that we are building and I’ve tried creating a Subversion Generic command to do so but I keep getting errors when it runs.
I’m trying to export to a file and then just attach the file to the email BUT I’d rather put the comments straight into the email if possible.
I am currently trying a generic subversion command with the work folder set to Y: and the command line set to
“Y:/test.txt”
but I’m getting a Error resolving case of '> Y:\Test.txt"
- how to I stop the error
- Can I output the results of the SVN LOG to a variable and put it in my email that I send as properly formatted text (newlines)
Thanks!