Two vcs root in teamcity and shared directory
directory, teamcity, version-control
Solution
So if anyone have similar issue you need todo next:
- Configure checkout rule for the first project +:.=>ProjectX
- Configure checkout rule for the second project +:.=>ProjectY
- Configure correct build paths /ProjectX/ProjectX.sln, /ProjectY/ProjectY.sln
Problem
I have two svn VCS roots (ProjectX, ProjectY). Correct build path should be: ParrentFolder\ProjectX (svn://svn_server1/ProjectX) ParrentFolder\ProjectY (svn://svn_server2/Folder1/ProjectY) How to configure shared ParrentFolder for both projects? I looked into Checkout directory parameter but its seams there is no system variable which can create folder by project name. Thanks a lot