LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1449|回复: 0

linux下SVN在更新时的失败问题。网络失败?

[复制链接]
发表于 2006-11-9 09:58:53 | 显示全部楼层 |阅读模式
这个问题搞了我好久了,急求解答啊。
防火墙也关了的,能添加项目却不能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


急救啊,可以提交,却不能更新,出项上面的错误。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表