info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to merge 2 different repositories


From: Robert
Subject: Re: how to merge 2 different repositories
Date: Tue, 19 Aug 2008 09:05:11 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Vincent Dao Vu a écrit :
Hi,

I have 2 different cvs repositories (most of their structures and files are the same) that were created at different times. Is there any way with CVS that I can merge these two? That'd be nice if I can merge the second repository into the first one AND if it's the same file, then the revision of the one in the second repository will be incremented based on the last revision found in the first repostory. I know that wth SVN we could somehow employ the commands svnadmin dump and svnadmin load.

Your help would be greatly appreciated!

If you make a GNU diff from repository1 to rep2, and then apply it to rep2, and then commit, it should do it.

Trying to find out what revision matches the file in the other repository is not possible in cvs i think.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]