|
这个问题搞了我好久了,急求解答啊。
防火墙也关了的,能添加项目却不能update,,
环境:
svn 1.4.0-1
red hat企业版 3
没有和apache整合,只是安装好后svnadmin create /usr/local/repository/crmprj
but这里有问题:svnserve -d -r /usr/local/repository/crmprj
(svnserve: Can't bind server socket: 地址已在使用)
修改svnserve.conf文件如下:
[general]
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz
### This option specifies the authentication realm of the repository.
### If two repositories have the same authentication realm, they should
### have the same password database, and vice versa. The default realm
### is repository's uuid.
#SpringDemo = My First Repository
authz:
[groups]
subversion=gj,qjf,qlx,gyf,cw
[/]
@subversion = rw
passwd
[users]
gyf=gyf
qlx=qlx
cw=cw
gj=gj
qjf=qjf
可以用import导入项目
但是不管用客户端还是eclipse的插件checkout都会报错
错误信息:
Network connection closed unexpectedly
svn: Connection closed unexpectedly
急救啊,可以提交,却不能更新,出项上面的错误。 |
|