[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: Tue, 29 Jul 2008 03:19:51 +1200

I still get 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 mkdir svn://localhost/test-format/trunk -m "create trunk
fold
er"
svn: Expected FS format '2'; found format '3'

C:\Users\Chris>

----- 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 6:40 PM
Subject: Re: Expected FS format "2" ; found format '3'

Hi,

that seems good now. :)

It is because you just install it and haven't config it to use some external
editor.
( please check subversion manual on how this was done) :)

-------

open each file and config it as following,

<< c:\projects\test-format\conf\svnserve.conf >>

anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
realm = My First Repository

<< c:\projects\test-format\conf\passwd >>

[users]
harry = harryssecret

<< c:\projects\test-format\conf\authz >>

[/]
harry = rw

And now please add one more option to it -m "create trunk folder" ( for log
message )

c:\users\chris> svn mkdir svn://localhost/test-format/trunk -m "create trunk
folder"
c:\users\chris> svn list svn://localhost/test-format

For more detail on how this work.
Please check out subversion book at http://svnbook.red-bean.com

Wish this help !

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 6:30 AM
Subject: Re: Expected FS format "2" ; found format '3'

: 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-29 22:07:30 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.