[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: Adam Gibson <agibson_at_ptm.com>
Date: 2006-01-27 00:23:45 CET

Jonathan Chum wrote:
> 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.
>

How do you plan to deal with the revision numbers changing? If you keep
track of revision numbers in your commit logs for merges and such they
will now direct people reading them to the wrong revision.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 27 00:24:57 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.