Oded
Oded

Reputation: 795

TortoiseSVN doesn't connect to repository

I've been using cvs2svn to migrate one of my repositories to SVN.

When I open it with TortoiseSVN, it gives me an error:

Expected FS format between '1' and '3'; found format '4'

what does that mean?

thank you.

Upvotes: 0

Views: 309

Answers (2)

John Weldon
John Weldon

Reputation: 40759

My first suspicion is the version of svn used in csv2svn is newer than the version of svn in TortoiseSVN...

Upvotes: 0

Pekka
Pekka

Reputation: 449415

If you Google your exact error message, you get a number of good resources, first of all a previous Stack Overflow question.

Upvotes: 5

Related Questions