I'm trying to use buildnumber-maven-plugin to get the SVN revision so I can put it in the manifest. However I get the following error when this is run on our build agents (TeamCity)
*09:07:00]:* *[INFO] Cannot get the revision information from the scm repository : * *[09:07:00]:* *Exception while executing SCM command.* *[09:07:00]:* *svn: '/home/teamcity/buildAgent2/work/317fa80dac6b46ac' is not a working copy* I think this is because our build agents do an export instead of a checkout because its much faster. How can I get this plugin to work with export? BTW, the release plugin does work this way. -Dave
