简体   繁体   English

尝试从主干 TortoiseSVN 创建分支时禁止访问

[英]Access forbidden when attempting to create a branch from the trunk TortoiseSVN

So I am attempting to create a branch of my project in order to keep the modifications I am making from effecting the trunk/src.所以我试图创建我的项目的一个分支,以防止我所做的修改影响主干/src。 However, whenever I tried to create the branch I get this message:但是,每当我尝试创建分支时,我都会收到以下消息:

Error: access to '/svn/installer/!svn/act/86a58bed-75e1-be46-8f82-d479f2ba037c' forbidden

What exactly does this error message mean and what are the circumstances that tend to causes this error message to occur?此错误消息究竟是什么意思,哪些情况会导致此错误消息发生?

Also what can I do to fix this error and create the branch successfully?另外,我该怎么做才能修复此错误并成功创建分支?

Any help or advice to deal with this problem is appreciated!任何处理此问题的帮助或建议表示赞赏!

Thank you in advance.先感谢您。

Clearly it's related to access rights so the first thing I would check is that you're sure that username, password and branch path are all correct including the case .显然它与访问权限有关,所以我要检查的第一件事是您确定用户名、密码和分支路径都正确,包括 case

If you don't have any luck with this, try creating a new folder in the branch path directly from the TortoiseSVN repo browser.如果您对此不满意,请尝试直接从 TortoiseSVN 存储库浏览器在分支路径中创建一个新文件夹。 This should establish whether your identity actually has the rights to write to that path.这应该确定您的身份是否实际上有权写入该路径。

One of the above should answer your question.以上之一应该回答你的问题。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM