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? I installed
1.6.9 today on both my local version and my remote version and got the
above error. Is there something else that I missed here?
Thanks,
Jeremy
local$ /opt/subversion/bin/svn --versionsvn, version 1.6.9 (r901367)
compiled Jan 25 2010, 22:25:43
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
remote$ svn --version
svn, version 1.6.9 (r901367)
compiled Mar 15 2010, 13:27:12
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
Received on 2010-03-15 22:12:36 CET