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

Re: Problems after 1.6 upgrade

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 10 Apr 2009 08:35:20 +0200

webpost_at_tigris.org wrote:
> Everything was fine until I took the 1.6.0 Tortoise upgrade.
>
> When I tried to commit a change to a file I got the following messages:
>
> Commit failed (details follow):
> Unable to open an ra_local session to URL
>
> Unable to open repository 'file:///C:/svn_repository/BCB/Darlton/SQL'
>
> Failed to load module for FS type 'bdb'
>
> I noticed that 1.5.9 was not uninstalled by 1.6.0 which was a surprise. Anyway, I uninstalled 1.6.0. and re-installed 1.5.9. When I tried to clean-up I am told that I cannot do it with an older client.
>
> It seems that I can access some of my repositories but none containing files modified since 1.6.0 was installed.
>
> What to I do now?
>
> The latest server has not been installed as the link actually pointed to subversion 1.5.3.
>
> Do I need 1.6.0 installed now?
>
> What is FS type BDB?

As the release notes (1) state, TSVN 1.6.x does not support file://
access to BDB (Berkeley DB) type repositories anymore. Only FSFS
repositories are supported for file:// access.

You have to convert your repository to FSFS format by using the command
line tool and run an 'svnadmin dump' and 'svnadmin load' cycle (2).

Stefan

(1) http://tortoisesvn.tigris.org/tsvn_1.6_releasenotes.html
(2)
http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate

-- 
       ___
  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=1625431
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-04-10 08:35:48 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.