Home > Back-end >  SVN error, Unable to connect to a reposity at URL, expect the file system format between 1 to 6, 8 f
SVN error, Unable to connect to a reposity at URL, expect the file system format between 1 to 6, 8 f

Time:09-17


TortoiseSVN version: TortoiseSVN - 1.14.0.28885 - x64 - SVN - 1.14.0;
Subversion version: Subversion - 1.8.17, installed in a Windows host, 10
Normal: use the svnadmin create command to create the repository, and use the svnserve command to start the repository, keep the command prompt window is not closed, other hosts can be normal access to create repository;
Use the command: svnserve - d - r d: \ SVNHOME

An error condition: use the svnadmin the create command to create repository, add svnserve to the service, start the service, the error "Unable to connect to a reposity at the URL... , expect to file system format between 1 to 6, found format 8 " ,
Sc create SVN binpath="C: \ Subversion \ bin \ svnserve exe - service - r D: \ SVNHOME" SVN "displayname=" service "start=auto depend=Tcpip

Above is to add service command screenshots,

Have been searching for a long time, say it's version is not corresponding, to remove save data, etc., but can not solve the problem, because do not use the service ways of normal visit, so guess create service has a problem,
Universal CSDN, for help, thank you very much!

CodePudding user response:

You two hosts are client, svnadmin create command is run on the server, what are you installed version of the SVN server
  • Related