Re: How to migrate only HEAD revision to a new repository
From: Lars Tiefland <ltiefland_at_gmail.com>
Date: Sat, 7 Nov 2009 23:41:35 +0100
2009/11/7 Vadym Chepkov <chepkov_at_yahoo.com>
> Hi,
Hi,
svnadmin dump /path/to/old_repository/ -rHEAD > head.txt
followed by a
svnadmin load /path/to/new_repository < head.txt
is your friend.
-- Live Long And Prosper, Lars Tiefland ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415482 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-11-08 00:50:52 CET |
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.