Srinivas P Shenoy wrote:
>We have two repositories which need to be merged in to a single
>database.
>But i would like to retain the logs, tags and other info contained by
>both database.
>Is this possible ?
>Any help is welcome.
>I have tried to explain the problem in brief here.
>is it possible to create CVS/project with out loss of the two years of
>log & old tags.

Hi,
what you can do is create new repository. Then tar the modules(in old
repos) to separate tar files and the untar them in the new repository.
This is actually physically moving modules from one repo to another. As
version info will be maintained by the RCS files themselves, this should
work.

Thus your new repo will have all modules which were there in the other
older repos.

Cheers.
Mahantesh.


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to