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

Re: How to move a project

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 18 Aug 2009 07:38:07 -0500

On Aug 18, 2009, at 06:26, Rakotomandimby Mihamina wrote:

> 08/18/2009 01:09 PM, Ryan Schmidt:
>
>> You use svnadmin dump (to dump the whole repository),
>
> Later, I thought about it, he mght have bandwidth problems...

svnadmin commands always take place on the server directly; they
aren't done over a network.

If there are disk space concerns, do it as a pipe:

svnadmin dump /path/to/oldrepo \
| svndumpfilter include something \
| svnadmin load /path/to/newrepo --ignore-uuid

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2384745

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-18 14:39:14 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.