tags:

views:

35

answers:

1

When I try to add the svn revision value to my custom email all I get is always revision 400. The build number is correct and other information seems correct, but the svn info is totally wrong.

Any ideas?

Here is the help page for the email extension.

+1  A: 

Just a guess, but:

Does your build have more than 1 SVN module? (i.e. multiple "Repository URL" in the "Source Code Management/Subversion" section of the project)

If so, Hudson + the Subversion Plugin cannot ascertain what the revision ID is since there are multiple.

William Leara
Ah, that might be it. And of course it picks the WRONG ONE. I use one svn repo for third party software and open source stuff and the other for our source code... I might have to contribute to the hudson tool now to fix that. It bothers me. I didn't even think of that...
Tim