http://www.robertkan.net/blog/2009/05/15/failed-to-load-module-for-fs-type-bdb-in-tortoisesvn-16x

Today I’ve met small problem with my beloved TortoiseSVN client. I was in need to access some old repository stored locally on my computer – for newer projects I’m usingdedicated Debian based SVN server. Anyway, trying to access to my local repository via TortoiseSVN has resulted with following message:

Failed to load module for FS type 'bdb'

After quick Googling it appeared that from branch 1.6.x, TortoiseSVN doesn’t support local file:/// repositories based on BDB and they need to be converted to new FSFS format using ‘svnadmin’ command line tool as it is explained inSVNBook. As ‘svnadmin’ tool is not present in TortoiseSVN, some additional work is needed.

Finally I did in following way:

  1. download and  Tigris build of SVN (it was svn-win32-1.6.1.zip in my case). I’ve tried both 1.5.x and 1.6.x version of CollabNet’s SVN but apparently they do not support local BDB as well,
  2. unpack it to any directory, and using command line enter to the bin subdirectory where the svnadmin.exe tool is stored
  3. as written in the book, make dump of your repository with following command:
svnadmin dump c:\FullPathToOldRepository > dumpfile.bin

create new repository in choosen directory, you can use TorotoiseSVN for it as well, now it won’t ask you for data storage format as BDB is disabled, so it will use FSFS. import dump data into new repository:

svnadmin load c:\FullPathToNewRepository < dumpfile.bin

That is, it worked for me like a charm.

转载于:https://www.cnblogs.com/topiemie/archive/2011/04/28/2031648.html

【转】Failed to load module for FS type ‘bdb’ in TortoiseSVN 1.6.x相关推荐

  1. Failed to load module script: The server responded with a non-JavaScript MIME type of “text/plain“.

    flask 使用es6语法中 type='module' 报错 报错如下: Failed to load module script: The server responded with a non- ...

  2. Failed to load module canberra-gtk-module错误的解决方案

    Failed to load module "canberra-gtk-module"错误的解决方案 sudo apt-get install libcanberra-gtk-mo ...

  3. arch Failed to load module intel

    arch启动x的时候出现问题困扰我一天了,终于解决掉了. 错误如下: [ 61.086] (II) LoadModule: "intel" [ 61.087] (WW) Warni ...

  4. jupyter notebook报错Failed to load module appmenu-gtk-module

    完整报错如下: Gtk-Message: 09:20:49.827: Failed to load module "appmenu-gtk-module" Gtk-Message: ...

  5. Failed to load nodelet ‘/kinect2_bridge` of type `kinect2_bridge/kinect2_bridge_nodelet` to manager

    之前在我的电脑上配置了libfreenect2和iai_kinect2,现在需要在工控机上重新安装这两个库,讲kinectV2相机安置在婴儿车上,然后使用我的ros下获取kinectV2相机的彩色图和 ...

  6. Failed to load module “canberra-gtk-module“

    问题 在安装了pinta这个图片编辑工具之后. 启动软件的时候,提示: Failed to load module "canberra-gtk-module" 解决办法 安装这个模 ...

  7. Linux学习笔记(十八) -- 运行程序,出现Failed to load module canberra-gtk-module错误的解决方案

    1.错误内容 错误描述 执行程序时,提示如下错误: Failed to load module "canberra-gtk-module" 2.解决方案 (1)执行语句: sudo ...

  8. QT报错:Gtk-Message:Failed to load module “gail“

    Gtk-Message:Failed to load module "gail" Gtk-Message:Failed to load module "atk-bridg ...

  9. QT报错:Gtk-Message:Failed to load module :gail“

    Gtk-Message:Failed to load module "gail" Gtk-Message:Failed to load module "atk-bridg ...

最新文章

  1. python中并发编程基础1
  2. IEEE802.11协议栈
  3. php如何实现添加到购物车_PHP实现添加购物车功能
  4. C++中的继承(三)
  5. linux install StarDict
  6. [NOIP2010提高组]关押罪犯
  7. 【HDU - 1599】find the mincost route (Floyd最小环,最短路问题)
  8. 超干货|使用Keras和CNN构建分类器(内含代码和讲解)
  9. mysql 如果存在修改_mysql如存在并发修改可能,一定要注意保证数据一致性
  10. python+selenium,实现带有验证码的自动化登录功能
  11. Python 语言简介与入门(1)
  12. Java @link 注释
  13. unity3d 注册表 Regedit
  14. 基于STM32+铂电阻设计的测温仪
  15. udal导mysql_MySQL性能测试工具之mysqlslap
  16. 究极小白的第一篇csdn博客
  17. 主流温度测量方案对比分析(含国产温度传感器芯片GX18B20)
  18. 欧几里得算法及扩展欧几里得
  19. 坚果云-在新电脑上同步移动硬盘的文件
  20. Go语言Web框架:Beego框架快速入门

热门文章

  1. wps不能打印_excel小技巧:在手机上的文件的保存、分享、打印
  2. python显示图像文件要放在哪儿_opencv显示图像要把图像放在哪里
  3. b是python文件二进制打开_如何在Python中打开和显示原始二进制数据?
  4. html如何实现新闻标题缩略,CSS新闻标题后面跟着new图标_CSS实例
  5. 关于C++中数组下标越界不报错的问题
  6. linux 获取 基地址,linux - 每个函数加载的glibc基地址不同。 - SO中文参考 - www.soinside.com...
  7. python 线程安全链表_教你用 Python 实现 HashMap 数据结构
  8. 好程序员Java教程分享之jvm篇
  9. 12-C语言排序算法
  10. 七周三次课(11月29日) 10.11 Linux网络相关 10.12 firewalld和netfilter 10.13 netfilter5表5链介绍 10.14 iptables语法...