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

Re: Converting BDB to FSFS

From: Roel Harbers <roel_at_roelharbers.com>
Date: 2005-08-30 14:49:26 CEST

Flanakin Michael C Ctr HQ OSSG/OMR wrote:
> I'm trying to convert a repository from BDB to FSFS. Is there a utility
> that can do this? I was looking at doing an svnadmin dump, but it looks
> like this is FSFS only. I couldn't find anything that says otherwise. I
> get the following error:
>
> svnadmin: 'http://grpops/svn/dashboard' is an URL when it should be a path
>
> Any ideas? Thanks in advance.
>
> Michael Flanakin
>

You should run svnadmin dump on the server, and use a path instead of an
url, as the error tells you to.

so, somethings like
svnadmin dump repositories/myrepo > myrepo.dump
on linux/unix, or
svnadmin dump C:\Repositories\myrepo > myrepo.dump
on windows.

This works on any repo type, FSFS or BDB.

Regards,

Roel Harbers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 30 15:30:42 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.