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

Re: merge two different repositories

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2007-04-12 16:42:17 CEST

Hello!

ufuk kocolu schrieb:
> adding-path: svn admin file already exists: new-repository/db
>
> So is it impossible to merge two repositories with same paths?

Probably this is not possible in one step, but it makes sense
to create the following repository structure:

projectA
   branches
   tags
   trunk
imports
   repo1
   repo2

The old repositories can be loaded to the imports directories,
so you always will get an overview which parts of your project come
from which old repository. Afterwards you use "svn copy", "svn move"
and possibly also "svn merge" to (re)create the new project structure
in projectA/trunk.

You could even write a shell script which examines import directories
with "svn log" and copies their contents in the old chronological order
to the project directory.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 12 16:42:59 2007

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.