remote svn dump?
From: Andreas Jellinghaus <aj_at_ciphirelabs.com>
Date: 2005-09-26 12:12:58 CEST
Hi,
I tried a poor mans backup:
Y=`svnlook youngest test`
that doesn't work, svnadmin dump only works on local directories.
note: svn mirror doesn't work for me either:
use strict;
my $ru = "http://www.opensc.org/svn";
chdir $lr or die "can't cd to $lr: $!\n";
foreach my $r ("test") {
but
so it doesn't seem to work for me either.
I want a 100% copy of the remote server, so in case that
so do you know a svn dump utility for http://?
Thanks, Andreas
---------------------------------------------------------------------
|
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.