简体   繁体   English

svn URL 访问因未知原因被禁止

[英]svn URL access forbidden for unknown reason

I'm trying to create a new project in svn using subclipse from STS/Eclipse.我正在尝试使用来自 STS/Eclipse 的 subclipse 在 svn 中创建一个新项目。 It works fine with existing projects, this is just a project for experimentation.它适用于现有项目,这只是一个实验项目。 When I try to check in the new project, I get this error message当我尝试签入新项目时,收到此错误消息

mkdir --parents -m "Initial import." https://utilities.mycompany.com/svn/repo/springMvcTest
    URL access forbidden for unknown reason
svn: access to '/svn/repo/!svn/ver/10618/' forbidden

    Filesystem has no item
svn: URL 'https://utilities.mycompany.com/svn/repo/test' non-existent in that revision

Any idea how to fix this?知道如何解决这个问题吗?

It would seemingly be a problem on the server.这似乎是服务器上的问题。 I can only guess based on the info available but it is possible the server Apache process that the Subversion server runs in does not have write access to the repository location on the native filesystem of the server.我只能根据可用信息进行猜测,但运行 Subversion 服务器的服务器 Apache 进程可能没有对服务器本机文件系统上存储库位置的写访问权限。

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

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