Are Subversion 1.6 & Xcode 3.2 compatible?

Posted by Meltemi on Stack Overflow See other posts from Stack Overflow or by Meltemi
Published on 2010-03-05T04:52:44Z Indexed on 2010/05/11 16:14 UTC
Read the original article Hit count: 447

Filed under:
|
|
|
|

Trying to get Xcode to work with Subversion server.

  • Server: Subversion upgraded to 1.6.9 (Mac OS X Leopard 10.5.8)
  • Client: Xcode 3.2.1 (Snow Leopard 10.6.2 with Subversion 1.6.5 though not sure that matters)

Repository on server is setup and working fine via command line.

However, I get an error when trying to create the Repository connection in Xcode:

Error: 160043 (Unsupported FS format) Description: Expected FS format '2'; found format '4'

a Google search seems to say that the server needs to be updated...but it's running 1.6.9 which is the most current version I'm aware of.

Anyone know how to make this work? Is it even possible?

I'm well aware of the command line usage but I would like to get Xcode & SVN talking...

Revisiting this after some time:

Using command line: username$ svn+ssh://hostname/Library/Subversion/Repository/test

yields the same result: Description: Expected FS format '2'; found format

Can anyone verify that I need to upgrade Subversion on the client machine to match version on server (1.6.9)?!? was hoping i wouldn't have to unless it was a "major" revision (ie. 1.5.x -> 1.6.x)

© Stack Overflow or respective owner

Related posts about svn

Related posts about xcode