0

I'm fairly new to svn, and have installed the fink svn client for mac. I have used this for quite soe time, and suddenly it tells me that my client is too old to browse this repository.

In between uses of the fink client, I have also used a GUI application called svnx, but now that I wanted to use the command line tool again, it keeps giving me this error, even after redownloading fink.

bigblind
  • 12,539
  • 14
  • 68
  • 123

3 Answers3

3

To fix the problem you need to refetch your repository from scratch using the client that you will use later on.

Andrey Adamovich
  • 20,285
  • 14
  • 94
  • 132
1

You can use this python script (change-svn-wc-format.py) to downgrade your local repository.

Cédric Julien
  • 78,516
  • 15
  • 127
  • 132
0

It's not a nice fix, but just making a new directory, and doing a checkout there worked fine. strange because I removed all files from the directory I tried to checkout into, (yes, also the hidden "." files)

bigblind
  • 12,539
  • 14
  • 68
  • 123