2012 年二月 一 二 三 四 五 六 日 « 一 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 近期评论
- wlx [微博 ] 发表在《google彻底被封?》
- snake 发表在《google彻底被封?》
- Andrew Pelt 发表在《debian testing上安装oracle 10g》
- tiplip 发表在《webmap.cn使用的WEBGIS技术》
- 求助Evolution问题!! 发表在《evolution crashed in gutsy alpha》
分类目录
标签
anjuta apache backup breezy c++ compile convert dapper debian dns edgy evolution feisty firefox flash gnome gobang GRASS gutsy humor intrepid Linux mailman MapServer mysql openoffice Oracle php phpbb postfix PostGIS postgresql qgis sarge scim skype subversion svn tomcat ubuntu utf8 westdc Windows wordpress 中文
Tag Archives: bdb
升级SVN:bdb4.2->4.3
因为写代码的需要,又重新把SVN给架设起来。 ubuntu edgy上现在版本是1.3.2 (r19776),直接把原来的库给导过来,提示有错误,即不认原来的BDB 4.2,需要进行升级,然后想当然就直接使用svnadmin recover,结果也是错误。 到网上google一下,才发现了这个问题的解决办法: 首先安装db4.2-util: sudo aptitude install db4.2-util 然后运行: db4.2_recover -h /srv/svn/repo1.x/db 测试: svnlook info /srv/svn/repo1.x 一切正常,然后清理: sudo aptitude remove db4.2-util