What's wrong with my subversion labeling configuration?
Hi there, I have subversion set to label on successful builds my labeling rule is set to
trunk=>tags (which i believe says that the contents of trunk should be tagged to a new directory under tags.
I also have a checkout rule that says:
+:trunk=>.
but when i build and it's successful i get an error message:
"Failed: Failed to set label 'build-18': No labeling rules found for checkout rules trunk=>"
I've tried a few configurations but don't quite get how to set up this functionality
Anyone got any tips?
Please sign in to leave a comment.
Hello,
sorry for delayed answer.
It seems to be a bug.
As a workaround you can use absolute path in labeling rules.
From and to parts have to start with '/' and have to start with svn repository root path.
Fix will be available ASAP.
Please watch http://www.jetbrains.net/jira/browse/TW-4175
Thanks for the feedback!