最近在公司弄了版本库。将主代码丢到版本库后,想拉取新的分支。抛异常以下:svn
解决办法:spa
一、在版本库的:conf/svnserve.conf 文件内。修改参数变成以下:code
[general] ### These options control access to the repository for unauthenticated ### and authenticated users. Valid values are "write", "read", ### and "none". The sample settings below are the defaults. anon-access = none auth-access = write
二、修改完成后,须要重启svn服务,重启以前先把原先的服务暂停了。重名命令以下blog
svnserve -d -r /home/repository # [/home/repository]就是你的仓库根目录
三、带端口启动it
svnserve -d -r /data/svn --listen-port 70