×
Close down your server so that the data cannot change during this procedure. · Make a new repository specifying the fsfs backend (it is the default from 1.2 ...
Nov 27, 2008 · To convert bdb repository to fsfs, follow the steps below: Step 1, stop you svn server to prevent commits. This is a optional step, ...
1) Dump your BDB repository (svnadmin dump) · 2) Create a new, empty repository using FSFS (default in SVN >= 1.2, or use svnadmin create --fstype=fsfs) · 3) Load ...
Quick script to migrate some old BDB Subversion repositories I had sitting around to FSFS - fix_bdb.sh.
Jan 2, 2012 · i'm trying to set up an SVN repository, which works as a filesystem. ... it was configured to be served via apache (http://my.domain/repo) but it ...
> Can I convert my database from dbd to fsfs? Not directly, but you can use dump/load (almost .sh script):. #===> # Make a ...
Mar 6, 2012 · Anyhow, the bdb database works fine, but in my case, when moving between Debian releases bdb breaks due to compatibility, so fsfs is the ...
Feb 10, 2005 · | Can I convert my database from dbd to fsfs? | | I've read the FAQ, but did not find any answer on this question? Yes, it's simple:.
> I'm trying to convert a repository from BDB to FSFS. Is there a > utility ... > svnadmin dump /path/to/old/bdb/repos | svnadmin load /path/to/new/fsfs ...