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