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

Re: combining repositories.

From: Faried Nawaz <fn-svndev_at_hungry.org>
Date: 2002-06-25 11:16:03 CEST

Greg Stein wrote:

  You can certainly import one project into another. The files in the new
  project won't retain their history, however (that is still back in the
  original repository).

Yeah, I wanted to avoid losing the history.

I suppose I could hack together a script to

- checkout repo-1/project/trunk
- svn log > /tmp/blah
- checkout -r 0, import that into repo-2/project/trunk
- checkin -r 0 to -r 1 into repo-2/project/trunk, use the appropriate log entry
- repeat

Hackish, but an option.

Faried.

-- 
The Great GNU has arrived, infidels, behold his wrath !
If I wanted a GF,                Values, not variables.
   I'd use Dylan.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 25 11:16:29 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.