简体   繁体   English

如何配置scm存储库?

[英]how to configure the scm repository?

When I try to connect our scm repository in mac os it shows the following error: 当我尝试在Mac OS中连接scm存储库时,显示以下错误:

PROPFIND request faild on '/svn'. “ / svn”上的PROPFIND请求失败。 RA layer request faild. RA层请求失败。

几乎可以肯定的是,您的存储库中没有名为svn的目录,或者您的存储库URL是错误的,也许您尚未完成svnadmin create来创建存储库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 SVN 配置 Jenkins“来自 SCM 的管道脚本” - How to configure Jenkins "Pipeline script from SCM" with SVN 我应该如何在SCM中配置我的MAVEN项目? - How should I configure my MAVEN project(s) in SCM? XCode4:SCM存储库配置 - XCode4:SCM repository configuration 在scm-manager中将svn存储库迁移到git存储库 - Migrate a svn repository to a git repository in scm-manager 配置Maven scm插件以使用settings.xml中的serverID - Configure Maven scm plugin to use serverID from settings.xml Jenkinsfile 语法:从工作区提交到 Subversion SCM 存储库 - Jenkinsfile syntax: Commit to Subversion SCM repository from workspace 如果发生另一个scm触发的构建,我如何让Jenkins取消scm触发的构建? - How do I make Jenkins cancel a scm-triggered build if another scm-triggered build occurred? 如何配置 IntelliJ 以将 SVN 作为存储库选项与 GIT、Mercurial 等一起显示? - How to configure IntelliJ to show SVN as a repository option alongside GIT, Mercurial, etc? 如何配置IntelliJ以将SVN与CVS,GIT以及其他一起显示为存储库选项? - How to configure IntelliJ to show SVN as a repository option alongside CVS , GIT and others? scm-manager subversion checkout 导致 E175009:XML 响应包含导入存储库的无效 XML - scm-manager subversion checkout results in E175009: The XML response contains invalid XML for imported repository
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM