You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to use dynamic properties within the configuration in
1.5.
Not suprising really as you do not officially support 1.5 :)
I would like to be able to do this so I can specify a tag to check out and
build which will be at a specific version number. Currently this is not
possible.
Example:
<labeller type="svnRevisionLabeller">
<pattern>{revision}</pattern>
<incrementOnFailure>false</incrementOnFailure>
<resetBuildAfterVersionChange>false</resetBuildAfterVersionChange>
<url>https://server:8443/svn/main/projects/somproject/
$[Branch|trunk]</url>
<executable>"C:\PROGRAM FILES\Collabnet\Subversion
Client\svn.exe"</executable>
<username>username</username>
<password>password</password>
</labeller>
Currently the $[Branch|trunk] doesn't work. (labeller does not throw an
error it simply cannot get the information so reports 0).
Original issue reported on code.google.com by [email protected] on 16 Mar 2010 at 4:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Mar 2010 at 4:43The text was updated successfully, but these errors were encountered: