I create a repository,path is d:svn/repos1
When svn
checkout,if the URL of repository is file:///D:/svn/repos1
,it can checkout success,but if use the url of repository as svn://localhost/svn/repos1
,then checkout failed.
and the error is "Unable to connect to a repository at URL svn://localhost/svn/repos1
add problem detail [my system is win7-64,i added the svnservice into operate-system-service and started it:(sc create svn binPath= "D:\Subversion\bin\svnserve.exe --service -r d:\svn\repos1" DisplayName= "SVN"),and i didn't modify the default SVN-config file.]