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

RE: Repository data migration using svnadmin

From: Hiran CHAUDHURI <hiran.chaudhuri_at_amadeus.com>
Date: Tue, 26 Sep 2017 20:39:41 +0000

The command
    svnadmin dump myrepos
will write to stdout, and with "> dumpfile" you are redirecting it into a file.

If space on that machine is scarce, you could run from another machine
    ssh svnserver "svnadmin dump myrepos" >dumpfile
and receive the dumpfile on the another machine.

Many more patterns are possible.

Hiran

From: Fei Peng [mailto:FPeng_at_trustwave.com]
Sent: 26 September 2017 22:29
To: users_at_subversion.apache.org
Subject: [EXT] Repository data migration using svnadmin

I am new to subversion admin and planning to migrate our subversion from one server to another one. The current repo used 350GB space and there about 140GB free space at the same location.

Question: svnadmin dump myrepos > dumpfile

Where the dumpfile will be and how much space it may take?

Thanks,

Fei Peng

t: +1 519.620.7232
m: +1 519.497.9917

Trustwave | SMART SECURITY ON DEMAND
www.trustwave.com<http://www.trustwave.com/>
Received on 2017-09-26 22:40:02 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.