No labeling rules found for checkout rules =>
The subversion setting that I have is as follows
VCS root
https://subversion.xxx/ypad/trunk/adsvc
I need to tag this build into https://subversion.xxx/ypad/tags
How should i setup the rules?
I tried /ypad/trunk/adsvc=>/ypad/tags and few others none seem to work so far.
Thanks in advance,
Suresh
Please sign in to leave a comment.
Hello,
What repository root do you have?
If your root is https://subversion.xxx
you should use rule /ypad/trunk=>/ypad/tags
If repository root is https://subversion.xxx/ypad, you should use rule
/trunk => /tags
Please also see docs at http://www.jetbrains.net/confluence/display/TCD5/VCS+Labeling#VCSLabeling-Subversion
Regards,
KIR
Thanks that worked