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

Re: I get Unknown FS type 'fsfs' after restoring repository

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-05-27 12:12:46 CEST

Dean Schulze wrote:
> I restored my svn repository from backup after a hard drive crash. I
> just installed TortoiseSVN 1.4.3 and when I try to check out from the
> restored repository I get
>
> Error: Unable to open an ra_local session to URL
> Error: Unable to open repository
> 'file:///C:/dean/svn.repositories/src.repos'
> Unknown FS type 'fsfs'
>
> I get the same messages when I try to import the repository.
>
> I believe the repository was created with svn version 1.2.
>
> Do I have to do something like creating a new repository and then
> restoring the backup into the new repository?

Get the Subversion command line client. Then, type
svnadmin dump path/to/repository > repo.dmp
(this of course still with the version 1.2 client)
then, with the 1.4.3 client, type
svnadmin create newrepository
svnadmin load path/to/newrepository < repo.dmp

if that doesn't work, it could be that your backup is corrupt too.
If you create a backup of a repository, I would do that by dumping it
(svnadmin dump) and not just backup the repository files.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sun May 27 12:13:17 2007

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.