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

RE: Archving a Project's Entire History

From: Jonathan Chum <jchum_at_aismedia.com>
Date: 2006-01-25 18:02:55 CET

Thanks, I think I found what I need. From what I read in the SVN Book, I
just need to do:

svnadmin dump /path/to/repos > repos-dumpfile

Then, cat repos-dumpfile | svndumpfilter include calc > calc-dumpfile

This will then generate a unique dump file specific to the project.

Now, I just need to review if svnadmin load will preserve revision
properties.

-----Original Message-----
From: Damir Shayhutdinov [mailto:damir@tecon.ru]
Sent: Wednesday, January 25, 2006 11:51 AM
To: Jonathan Chum
Cc: users@subversion.tigris.org
Subject: Re: Archving a Project's Entire History

On Wed, Jan 25, 2006 at 11:46:55AM -0500, Jonathan Chum wrote:
> I am using a FSFS and wondering if there is a way to archive an
> entire's project history and if necessary re-import it back into the
repository.

I use svnadmin dump/load for this purpose.

--
WBR,
Damir Shayhutdinov
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 25 18:20:26 2006

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.