Reputation: 795
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
Reputation: 40759
My first suspicion is the version of svn used in csv2svn is newer than the version of svn in TortoiseSVN...
Upvotes: 0
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