【发布时间】:2014-06-04 20:58:26
【问题描述】:
我正在我的 Windows 机器上构建一个小原型。我已经让 Jenkins 运行,并且正在使用 TortoiseSVN 作为我的仓库,其位置位于:file:///C:/SVNRepo
当我尝试将其添加为 Jenkins 中的存储库 URL 时,我收到以下错误:
Unable to access file:///C:/SVNRepo : svn: E180001: Unable to open an ra_local session to URL
svn: E180001: Unable to open repository 'file:///C:/SVNRepo'
奇怪的是,存储库位置在 Subclipse 中仍然有效。在 Jenkins 中使用 TortoiseSVN 我缺少什么?
【问题讨论】:
-
郑重声明,TortoiseSVN 是 windows SVN 客户端,而不是 SVN 服务器/repo
-
您使用的是哪个版本?我可以使用
file:///E:/myRepo配置一个颠覆存储库并且可以工作。也许是权限问题?
标签: svn jenkins tortoisesvn