Setting up project with SVN
Completed
Hi there,
I wanted to know how to set up a project with SVN as im confused on where to start.
Thanks in advance,
Please sign in to leave a comment.
Hi, you need to create a new VCS Root for your project, to do so, go to Project Settings -> VCS Roots and click Create VCS Root, select “Subversion” from the dropdown and fill the details. You can find more details in our documentation: https://www.jetbrains.com/help/teamcity/subversion.html#Subversion-SVNConnectionSettings
Then you may want to create a new build configuration for you project. To do so, under Project settings -> General Settings click Create build configuration. Fill the basic details about your build and you will be taken to the next page, where you'll be able to attach the newly created VCS Root to your build and set up build steps required for your build. You can find more info on build configurations here: https://www.jetbrains.com/help/teamcity/build-configuration.html#