info-cvs
[Top][All Lists]
Advanced

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

Re: one project on two repositories


From: Mark D. Baushke
Subject: Re: one project on two repositories
Date: Mon, 09 Oct 2000 11:24:02 -0700

Hi Denis,

>From: denis cohen <address@hidden>
>Date: Mon, 9 Oct 2000 13:59:13 -0400 (EDT)
>
>
>Hello,
>
>Is it possible to maintain a single module on two repositories, one on a
>remote server and one on a local machine? We are not always connected
>to the remote server. As a result we would like to commit changes locally
>and when connected commit to the server.

You may wish to look into using CVSup. It allows you to update a local
collection of files such as a CVS repository from a remote master and
still maintain local changes.

You will probably also want to use the patches that FreeBSD has
for cvs to provide a CVS_LOCAL_BRANCH_NUM you can fetch a copy of
the FreeBSD cvs sources using

  cvs -d :pserver:address@hidden:/home/ncvs login
  CVS password: anoncvs
  cvs -d :pserver:address@hidden:/home/ncvs co contrib_cvs

or just browse through the web via

  http://www.FreeBSD.org/cgi/cvsweb.cgi/src/contrib/cvs/

to take a look at it the differences between cvshome and FreeBSD versions
of cvs (the latest FreeBSD sources have the patches applied to cvs 1.11).

A FAQ for CVSup may be found at

  http://www.polstra.com/projects/freeware/CVSup/faq.html

the FAQ will point you to sources (not in C) and binaries built
for various operating systems.

This may not be what you really want, but it might be worth looking.

        Good luck,
        -- Mark



reply via email to

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