我使用管理员帐户在 Windows 7 操作系统上安装了 Subversion 包 1.7 版
我使用以下命令创建了存储库:svnadmin create "c:\svn_repository"
我修改了svnserve.conf
和 passwd 文件:anon-access = read
、、auth-access = write
和password-db = passwd
我将 Subversion 安装为 Windows 服务,并使用以下命令启动它:
sc create svnserver binpath= "C:\Program Files (x86)\Subversion\bin\svnserve.exe --service -r c:\svn_repository" DisplayName= "Subversion" depend= tcpip start= auto
我还将变量设置SVN_EDITOR
为:set SVN_EDITOR=c:\windows\system32\notepad.exe
我遇到的问题是当我调用以下命令时:
svn mkdir svn://localhost/myproject
我收到以下错误:
svn: E200002: Unable to connect to a repository at URL 'svn://localhost'
svn: E200002: C:\svn_repository\conf\svnserve.conf:19: Option expected