[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Expected FS format "2" ; found format '3'

From: Mark Phippard <markphip_at_gmail.com>
Date: Sun, 27 Jul 2008 14:50:37 -0400

On Sun, Jul 27, 2008 at 2:39 PM, Chris Kennedy
<chris.kennedy10_at_btinternet.com> wrote:

> Sorry my mistake I meant svnadmin to create the repository

But what I am saying is you must have an SVN 1.4 svnserve server
processing that is running and serving it. For example look at this
test from a Unix system:

$ svnadmin --version
svnadmin, version 1.5.1 (r32289)
   compiled Jul 25 2008, 12:47:20

$ svnadmin create test-format
$ svn info file:///`pwd`/test-format
Path: test-format
URL: file:///Users/mphippard/test-format
Repository Root: file:///Users/mphippard/test-format
Repository UUID: 163f8d59-cfba-4b5c-b703-6fc2a48c1588
Revision: 0
Node Kind: directory
Last Changed Rev: 0
Last Changed Date: 2008-07-27 14:48:07 -0400 (Sun, 27 Jul 2008)

##
## NOW I switch to using an SVN 1.4 client
##
$ /usr/bin/svn info file:///`pwd`/test-format
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///Users/mphippard/test-format'
svn: Expected FS format '2'; found format '3'

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-27 20:51:06 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.