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

Re: Importing Existing Repository into a New Repository

From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Tue, 5 Oct 2010 20:46:48 -0500

On Oct 5, 2010, at 15:22, Tech Geek wrote:

> and load project a as project b and take all the history with you.
> Just create a new project b without adding trunk etc. in revision 1.
> I do not want all the revision history of projectA into projectB. I just need to start projectB with the latest code (trunk HEAD of) projectA.
>
> May be I am missing something very obvious here...

If you do not want to preserve the history, then you want to "svn export" from the old repository and "svn import" it into the new repository.
Received on 2010-10-06 03:47:41 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.