[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: Eric Lee <eric_at_myprojects.srhost.info>
Date: Mon, 28 Jul 2008 05:34:48 +0800

Hi,

Let's assume your newer repository will be test-format and located in c:\projects\

So, it will be,

Open a command prompt,

c:\users\chris> mkdir c:\projects
c:\users\chris> svnadmin create c:\projects\test-format
c:\users\chris> dir c:\projects\test-format

...
..

c:\users\chris> svnserve -d -r c:\projects

--
Open anothor command prompt,
c:\users\chris> svn mkdir svn://localhost/test-format/trunk
c:\users\chris> svn list svn://localhost/test-format
Eric,
----- Original Message ----- 
From: "Chris Kennedy" <chris.kennedy10_at_btinternet.com>
To: "Eric Lee" <eric_at_myprojects.srhost.info>; "Mark Phippard" <markphip_at_gmail.com>
Cc: "svn mailing list" <users_at_subversion.tigris.org>
Sent: Monday, July 28, 2008 4:57 AM
Subject: Re: Expected FS format "2" ; found format '3'
: Microsoft Windows [Version 6.0.6001]
: Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
: 
: C:\Users\Chris>svn --version
: svn, version 1.4.6 (r28521)
:    compiled Dec 18 2007, 14:34:28
: 
: Copyright (C) 2000-2007 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_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
:   - handles 'http' scheme
:   - handles 'https' 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
: 
: 
: C:\Users\Chris>svnserve --version
: svnserve, version 1.4.6 (r28521)
:    compiled Dec 20 2007, 16:33:06
: 
: Copyright (C) 2000-2007 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 back-end (FS) modules are available:
: 
: * fs_base : Module for working with a Berkeley DB repository.
: * fs_fs : Module for working with a plain file (FSFS) repository.
: 
: 
: C:\Users\Chris>
: 
: 
---------------------------------------------------------------------
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 23:35:26 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.