从本地 TortoiseSVN 存储库创建 TeamCity 项目

Create TeamCity project from local TortoiseSVN repository

我对这两个框架(TortoiseSVN 和 TeamCity)都不熟悉。我想在以下路径 D:\TEMP\FortranTest\ifort\MyRepo.

中使用我使用 TortoiseSVN 创建的小型存储库

按照 this link 中的说明,我想创建一个使用本地存储库作为其项目存储库的 TeamCity 项目。为了进入 TeamCity,我在浏览器中输入 localhost 并登录。然后在创建项目>存储库 URL 下,我尝试了两件事:

D:/TEMP/FortranTest/ifort/MyRepo
svn://D:/TEMP/FortranTest/ifort/MyRepo

第一个给我这个错误

Cannot create a project using the specified URL. The URL is not recognized.

第二个给了我另一个错误

Error connecting the specified URL: svn: E210003: Unknown host d

如何将 TortoiseSVN 创建的本地存储库 URL 添加到我的 TeamCity 项目中?

谢谢!

我认为使用类似 Maven 的方法对我有用 link:

scm:svn:file://localhost/path_to_repository