« Cocoadevhouse was postponed | Main | DMG creation tips and tricks »
September 19, 2006
Old svn client == bad
If you ever update your or make a fresh repo with svnadmin, and then get the following errors:
svn ls file:///path/to/testrepo/
svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///path/to/testrepo' svn: Expected format '3' of repository; found format '5'
Be sure to check your client version.
For instance, oooh.. running svn version 1.2.3 with a repo version 1.4.0 (which I did) would be bad.
Posted by Chris Forsythe at September 19, 2006 04:45 AM