作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我按照本指南在 ubuntu 服务器上安装了 subversion(我只通过 webdav 使用 svn):https://help.ubuntu.com/community/Subversion
我创建了一些存储库并使用初始结构(分支/标签/trnuk)初始化它们。
然后我开始使用我的 python 代码(使用 PyCharm),在 2 次提交后我无法再提交,每次我想提交现在它说:
svn: E175005: Commit failed (details follow):
svn: E175005: Path '/svn/backend/trunk/libs' already exists
svn mkdir file:///home/svn/backend/trunk/libs -m "Libs" --parents
Committed revision 2.
svn: E160007: Commit failed (details follow):
svn: E160007: No such transaction ''
svn: E175002: MERGE of '/svn/backend/trunk/libs': 500 Internal Server Error
[Wed May 21 18:30:51.930864 2014] [dav:error] [pid 17997] [client xx.xx.xx.xx:35834] Could not MERGE resource "/svn/backend/!svn/act/0ada9e1f-4601-0010-b475-91cd296adad5" into "/svn/backend/trunk/libs". [500, #0]
[Wed May 21 18:30:51.930904 2014] [dav:error] [pid 17997] [client xx.xx.xx.xx:35834] The transaction specified by the activity does not exist [500, #160007]
[Wed May 21 18:30:51.930908 2014] [dav:error] [pid 17997] [client xx.xx.xx.xx:35834] No such transaction '' [500, #160007]
最佳答案
我最近在尝试将目录导入存储库时收到相同的错误消息。
过了一会儿,我注意到我正在尝试导入符号链接(symbolic link),而不是实际的目录。用实际目录替换符号链接(symbolic link)解决了这个问题。
检查您是否没有尝试提交符号链接(symbolic link)
关于apache - 无法提交到 SVN(路径 ... 已存在),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23788959/
我是一名优秀的程序员,十分优秀!