Hello,

looks like its currently not possible.
Please open a new JIRA[1] issue with this feature request and assign it
to me.

I also implemented this feature for git, so it is also easy for svn.

Thanks.

Daniel

[1] http://jira.public.thoughtworks.org/browse/CCNET

Am 26.07.2010 15:21, schrieb Przemysław Włodarczak:
> 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