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

Re: Merging SVN repositories

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Wed, 22 Jan 2014 15:09:31 +0100

Guten Tag Deepak Saraswat,
am Mittwoch, 22. Januar 2014 um 12:21 schrieben Sie:

> I need to do copy the contentfrom one SVN repository to the other
> SVN repositories.

Do you only mean some content with or without history or really import
one complete repo into others? There are different ways to achieve
this depending on your answer. Some are svn import, just copying
something and committing it, svnadmin dump/load etc.

> Also, I need to make sure that Bidirectional
> merges are working after I copy content from one SVN to other.

What do you understand by those merges, syncing contents of two repos
or merging within only one repo? Svn won't assist you in anything
between two different repos, therefore there's not much that can
break, but it's possible.

> I think we have a svnsync command to copy the contents from one svn to other.

svnsync won't just copy, it's main purpose is two sync two repos with
the target beeing a read-only mirror of the source and the possibility
to sync only parts of the source repo to the target. But the key is
"read-only", you can't easily use the target where revisions got
synced to.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2014-01-22 15:10:10 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.