Changing all VCS

Answered

Need to change the name of all the VCS roots.
e.g. https://hsv-wdsvn1/svn/xxx
to
https://weertim.com/svn/xxx

What is the fastest way to make these changes, can I do them from the command line?

0
1 comment

Hello Perry,

The TeamCity configuration files are stored in TeamCity data directory. You can go on server machine and find/replace VCS roots in <TC data dir>/config/projects/<projectID>/vcsRoots/*.xml files.

Another option is to enable storing projects settings in Version Control. After that you'll be able to make change and commit files to the repository.

0

Please sign in to leave a comment.