【SVN】(四)新项目搭建后相关报错(2016-04-28)

简介: 新项目搭建后报错解决
1、svn:E200031
(1)情形:
在commit的时候,权限出问题,版本库只读
(2)报错:
svn:E200031 commit failed attempt to write a readonly database
a6ea2ccd61f769fc5b068a702dbe2e161d0a2fa5

(3)原因:
在查看royal目录下的权限的时候,发现db下的 rep-cache.db的权限为:
#ls -lh  royal/db/rep-cache.db 
-rw-r--r-- 1  root apache  11K Apr 28 15:08 rep-cache.db
所属用户应为apache
(4)解决:
# chown apache:apache royal/db/rep-cache.db 
#ls -lh royal/db/rep-cache.db 
-rw-r--r-- 1  apache  apache  11K Apr 28 15:08 rep-cache.db

2、svn:E175002
(1)情形:
之前提交报错,上述错误解决后,再提交出现问题
(2)报错:
svn: E175002: Server Sent Unexpected Return Value (405 Method Not Allowed) In Response To MKCOL Request...
48b8c4d2032e4b41d52e267b7cc8c1f1f72e88b9

(3)原因:
版本库已经存在,在上述错误执行的时候,该目录已经被提交到版本库了,因此造成的版本冲突。
(4)解决:
先cleanup一下,然后update之后再看看是否版本库已经存在该目录或文件,然后再commit            








目录
相关文章
|
8月前
|
数据库管理
SVN 执行cleanup报错:Cleanup failed to process the following paths : 解决方法
引用:https://www.cnblogs.com/pinpin/p/11395438.html 在SVN更新时提示文件被锁住了,要求执行 clean up操作,执行clean up时又报clean up failed。造成的原因是在某次更新后,点击了cancel按钮,操作没有完成所以会锁住。解决方法如下:
329 0
|
5月前
|
iOS开发 MacOS
MAC OS更新系统后IDEA中的SVN报错无法使用
MAC OS更新系统后IDEA中的SVN报错无法使用
|
1天前
|
数据库管理
Mac检出svn checkout报错 svn: E200030: SQLite 编译为 3.39.5,但是运行于 3.39.4
Mac检出svn checkout报错 svn: E200030: SQLite 编译为 3.39.5,但是运行于 3.39.4
4 0
|
6月前
|
XML 数据格式
svn报错-ra_serf: The server sent a truncated HTTP response body.
svn报错-ra_serf: The server sent a truncated HTTP response body.
129 1
|
9月前
svn编译报错SRTO_STRICTENC
svn编译报错SRTO_STRICTENC
30 0
SVN报错is too old (format 10) to work with client version
SVN报错is too old (format 10) to work with client version
|
12月前
|
iOS开发 MacOS
MAC OS更新系统后IDEA中的SVN报错无法使用
IntelliJ IDEA无法正常使用SVN 报Cannot run program “svn” (in directory “/XXXX/XXXX/XXXX/XXX”): error=2错误! 解决方法来了!
1042 0
SVN报错:cannot overwrite the existing versioned item at
SVN报错:cannot overwrite the existing versioned item at
68 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
219 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法