[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 05:09:38 -0500

On Aug 18, 2009, at 03:18, Grzegorz Rumatowski wrote:

> Piotr StawiszyƄski wrote:
>
>> You can create dump file(s) from first repo and load it(them) to
>> the new one :D
>> SVN redbook will be a good guideline for U ->
>
>> http://svnbook.red-bean.com/en/1.5/svn-
>> book.html#svn.ref.svnadmin.c.dump
>> http://svnbook.red-bean.com/en/1.5/svn-
>> book.html#svn.ref.svnadmin.c.load
>
> As far as I understand this part of the book, it dumps whole
> repository, not only a project. I don't like to move the whole
> repo, just a project from a repo to another one.
> So, I think I should use svndumpfilter, do I?

You use svnadmin dump (to dump the whole repository), then
svndumpfilter (to extract out of the dump just the part you need),
then svnadmin load (to load that bit into a new repository).

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

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