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.schoen...@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

Reply via email to