Hi,

I need to tag my sources after succesfull build, but I need to add
prefix to the build label only for tagging purposes.
My svn configuration:

    <sourcecontrol type="svn">
      <trunkUrl>svn+ssh://ccu...@svnserver/svnrepo/trunk</trunkUrl>
      <workingDirectory>e:\edpdevrepos</workingDirectory>
      <executable>C:\Program Files\Subversion\svn.exe</executable>
      <forceUpdate>true</forceUpdate>
      <revisionNumbers>true</revisionNumbers>
      <tagBaseUrl>svn+ssh://ccu...@svnserver/svnrepo/tags</tagBaseUrl>
      <tagOnSuccess>true</tagOnSuccess>
    </sourcecontrol>

If my build label is "1.0.0.234", ccnet tags my sources to the
"svnserver/svnrepo/tags/1.0.0.234" folder.
I want to keep my build label as "1.0.0.234", but I want sources to be
tagged into "svnserver/svnrepo/tags/PRE-1.0.0.234" folder. Is this
possible?

Regards, Przemyslaw

Reply via email to