Is $Source.RepoName.LatestChangeset.RepositoryUsername$ available?

Is Changeset still work-in-progress? The documentation says i should have properties like the RepositoryUser and so on available (http://wiki.finalbuilder.com/display/continua/Expression+Objects#ExpressionObjects-changeset). But the auto-suggest list in Continua 1.5 only gives me $Source.Name.LatestChangesetID$. This makes it impossible to email just the person responsible for breaking a build without using a FinalBuild script to get the information separately.

I just tested this here (on 1.6) and it’s showing the autosuggest for $Source.Reponame.LatestChangeset.xxxx$. However, the changeset does not have the user’s email. Not sure if it’s possible to add it or not, I guess it depends on the repository type and whether that information is available. What repository type are you using?

It’s Subversion repository.

Looks like Continua 1.6.0.305 gives me variables for RepositoryUserName, CommitterUsername and CommitterFullName. I can build the email address out of those. Thanks!