0

I installed the subversion svn 1.2.3 and tortoise svn 1.6.14 on the server with svnservice according to following link http://www.codeproject.com/KB/architecture/Subversion_on_Windows.aspx

and after this I installed these on client m/c as same .

now when I click on tsvn checkout on client m/c then it gives an error like:

Error: Expected format '3' of repository; found format '5'

vishnu
  • 1
  • 1

2 Answers2

0

Quick search returned this: Subversion: Expected format '3' of repository; found format '5' at a guess you have also used this 1click setup?

Edit: I'd also recommend getting the CollabNet command-line client :)

Community
  • 1
  • 1
firefox1986
  • 1,602
  • 11
  • 9
0

I have had this problem when the client and server are of different major version numbers as you indicate in your question. Have a look at the help provided by the tortoise client. It provides an excellent description of how to setup a server on windows. It is accessed by right-clicking in windows explorer, then select TortoiseSVN->Help. This opens a CHM file that has alot of good information here.

Rob Goodwin
  • 2,676
  • 2
  • 27
  • 47