On Mon, Mar 15, 2010 at 6:06 PM, Ryan Schmidt <subversion-20...@ryandesign.com> wrote: > On Mar 15, 2010, at 16:12, Jeremy Conlin wrote: > >> I'll bet this is an oft asked question on this list. I'm getting the error: >> >> svn: Expected FS format '2'; found format '4' >> >> If I understand correctly, this means that my local version of svn >> differs from the remote version of svn. Is this right? > > No, it means the version of Subversion that is directly reading the > repository is older than the version of Subversion that created the > repository. > > "Directly reading" means probably the version of Subversion on the server, > assuming you are using a repository access protocol other than file:///.
I am accessing the repository via svn+ssh. I think the problem is that I have some version in /usr/bin and another version in ~/usr/local/bin. When I'm logged in, the version used is ~/usr/local/bin and that is 1.6.9. The version in /usr/bin is 1.4.2. Is it possible that these versions are getting mixed up? Thanks, Jeremy