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

Re: Moving an existing Repository to a newly created repository

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Sat, 25 Jun 2011 16:15:16 +0200

Guten Tag Tech Geek,
am Freitag, 24. Juni 2011 um 20:28 schrieben Sie:

> I tried using export/import command and also SVN move command from
> TSVN client but I am not able to figure out what's is the correct way
> to do this.

What you need is svnadmin dump and load and your process is not
trivial because you have to checkout every working copy and will
change every revision number of your projects after the first loaded
one. You have to dump every project, load it into the new one, move
every newly added content afte the last load using svn mv to a new
project specific folder and continue with adding new projects. This
way you won't get problems with the same folders between your projects
which would block loading new content.

What are the benefits of merging all your projects into one?

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning
AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig
 
Telefon: Potsdam: 0331-743881-0
E-Mail:  tschoening_at_am-soft.de
Web:     http://www.am-soft.de
AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam
Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: Andreas Muchow
Received on 2011-06-25 16:15:34 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.