Sanja Melnichuk
Sanja Melnichuk

Reputation: 3505

Two vcs root in teamcity and shared directory

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

Upvotes: 12

Views: 3218

Answers (1)

Sanja Melnichuk
Sanja Melnichuk

Reputation: 3505

So if anyone have similar issue you need todo next:

  1. Configure checkout rule for the first project +:.=>ProjectX
  2. Configure checkout rule for the second project +:.=>ProjectY
  3. Configure correct build paths /ProjectX/ProjectX.sln, /ProjectY/ProjectY.sln

Upvotes: 18

Related Questions