VCS labeling -> Source Under Label!? Follow
Hi --
We have a project with four directories checked out from our SVN
/trunk/PROJECT
/trunk/LIBRARY/DEPENDECY_1
/trunk/LIBRARY/DEPENDECY_2
/trunk/LIBRARY/DEPENDECY_3
We would like to be able to label these projects in our SVN as
/{version}/PROJECT
/{version}/DEPENDECY_1
/{version}/DEPENDECY_2
/{version}/DEPENDECY_3
So that the related verson / code is under one directory on the SVN.
However, TeamCity puts the files here
/PROJECT/{version}
/DEPENDECY_1/{version}
/DEPENDECY_2/{version}
/DEPENDECY_3/{version}
So the related version end up under four different directories.
How can I get the behavior we desire?
Thank you
Rich
1 comment
Sort by
Date
Votes

Comment actions
Permalink
Hi! Unfortunately, currently, it is not possible. If having such an option is essential for you, feel free to submit a feature request through our issue tracker: https://youtrack.jetbrains.com/newIssue?project=TW
Please sign in to leave a comment.