[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: Chris Kennedy <chris.kennedy10_at_btinternet.com>
Date: Mon, 28 Jul 2008 10:30:22 +1200

It sticks on the line

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

and when I open the other command prompt I get
C:\Users\Chris>svn mkdir svn://localhost/test-format/trunk
svn: Could not use external editor to fetch log message; consider setting
the $S
VN_EDITOR environment variable or using the --message (-m) or --file (-F)
option
s
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set,
and
no 'editor-cmd' run-time configuration option was found

----- Original Message -----
From: "Eric Lee" <eric_at_myprojects.srhost.info>
To: "Chris Kennedy" <chris.kennedy10_at_btinternet.com>; "Mark Phippard"
<markphip_at_gmail.com>
Cc: "svn mailing list" <users_at_subversion.tigris.org>
Sent: Monday, July 28, 2008 9:34 AM
Subject: Re: Expected FS format "2" ; found format '3'

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-28 07:47:43 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.