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

Re: Can I merge two repository to one?

From: Talden <talden_at_gmail.com>
Date: Wed, 11 Mar 2009 23:50:09 +1300

On Wed, Mar 11, 2009 at 6:27 PM, Buddy wu <ejournal4me_at_gmail.com> wrote:
> Thanks a lot!
>
> 2009/3/11 Ryan Schmidt <subversion-2009a_at_ryandesign.com>:
>>
>> On Mar 10, 2009, at 21:34, Buddy wu wrote:
>>
>>> I mean I have two repos, A and B.
>>> IN A , i have a directory like A/first
>>> IN B , I have a direcotry like B/second
>>> then I want' to move repo B to A and merge them , not replace. I want
>>> get the resulet:
>>> IN A, It should be like A/first;A/second. and the "sencond" directory
>>> in repo A should be maitan the history in repo B
>>>
>>> how to do this in subvertion? can it be realized?
>>
>> Of course:
>>
>> http://subversion.tigris.org/faq.html#multi-merge

There's a caveat though right... The revisions of B are loaded after
the revisions of A. This means that there is not a single ascending
date order to the revisions which will break date-based operations.

I don't think there's a solution to this in Subversion - for a good
solution to this you probably need to look at one of the distributed
version control tools and they have their own compromises.

--
Talden
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1307455
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-11 11:51:04 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.