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

Re: svnadmin dump question

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sun, 5 Oct 2008 22:24:38 -0400

On Sun, Oct 5, 2008 at 22:22, Andy Levy <andy.levy_at_gmail.com> wrote:
> On Sun, Oct 5, 2008 at 22:20, Todd Nine <todd.nine_at_gmail.com> wrote:
>> Hi all,
>> I have http access to an svn repository, but not command line access to
>> the host machine. Does anyone know of any utilities that exist that will
>> allow me to do the equivalent of an "svnadmin dump" over http?
>
> svnadmin requires direct filesystem access to the repository database.

Hit send too early.

There aren't any "equivalents" that work via the remote access
protocols. The closest you could get is to check out each revision,
then commit to a local repository using the same log message that was
entered originally, which you can then dump locally. That'd be a
horrible mess to manage though.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-06 04:24:56 CEST

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.