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

Re: SVN server and file system

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 22 May 2009 07:36:28 +0200

Andreas Nägeli wrote:
> Hello,
>
> I'm trying to manage my code with TortoiseSVN by setting up a SVN server on
> my netbook. I've installed Subversion and TortoiseSVN on the server machine
> and created a repository with TortoiseSVN. I can checkout the files locally,
> but when I'm trying to access the repository via the SVN-Server
> (svn://localhost/RepositoryName/, started with svnserve --daemon --root
> P:\ath), I'm getting the error "Erwartete Dateisystemformat zwischen 1 und
> 3; fand 4" (~ "expected file system format between 1 and 3; found 4").
>
> The repository and the server are stored on a FAT32 formatted drive, but
> I've installed exFAT on this machine (WinXP, 32Bit).
>
> Has anyone an idea how i could fix this problem?

This has nothing to do with the file system but with the svn version.
You have to use the same version of svnserve as you created the
repository with. For example, if you used TSVN 1.6.x to create the
repository, you must use svnserve 1.6.x to use that repository.

You can check in the TSVN About dialog which svn version it is linked to.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2352749
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-05-22 07:36:49 CEST

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

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