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

Re: remote svn dump?

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-09-26 14:58:02 CEST

On Sep 26, 2005, at 12:12, Andreas Jellinghaus wrote:

> Y=`svnlook youngest test`
> svnadmin dump -r $Y http://www.opensc.org/svn/test \
> |svnadmin load test
>
> that doesn't work, svnadmin dump only works on local directories.
> is there any alternative that works on remote repositories?

[snip]

> so do you know a svn dump utility for http://?
> or any other suggestion for a simple backup of
> a public remote http repository?

svnadmin intentionally works only on local repositories.

You can use svnadmin locally to create a dump, and then put the dump
in a location where it's accessible by the web server, then access it
remotely.

But you probably don't want your dump available publicly. You could
protect it with a password... But you probably also don't want to
send the same data over and over again—the dump won't change so much
from day to day. So something like rsync, which only transmits the
differences, would probably be more efficient.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 26 15:04:36 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.