首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > CVS SVN >

新手,一个SVN安装、配置中的有关问题

2012-02-06 
新手,一个SVN安装、配置中的问题我安装的是:svn-1.4.3-setup.exe,TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.

新手,一个SVN安装、配置中的问题
我安装的是:svn-1.4.3-setup.exe ,
  TortoiseSVN-1.4.3.8645-win32-svn-1.4.3.msi 我的是xp系统

  D:盘直接运行安装,没有出错,
  建立版本库:svnadmin create e:\svnroot\repository 也没有出错,
修改svnserve.conf:
[general]
password-db = passwd
anon-access = read
auth-access = write

修改passwd文件:
[users]
 harry = harryssecret
 sally = sallyssecret
 qbj= qbj
然后运行 svnserve -d -r e:\svnroot\repository
也没有报错。
接着创建了一个文件,右键->TortoiseSVN->Import,打开对话框
在‘URL of repository’部分输入“svn://localhost”点击确定就出现
Error E:\svnroot\repository\conf\svnserve.conf:12:Option expected 的错误
svnserve.conf中第12行是 anon-access = read,
不知道是什么地方有安装好,还是没有配置好总是报这个错,希望哪位大侠指点下?


[解决办法]
可以试试把svnserve.conf中第12行,设置成anon-access = none

热点排行