On Tue, 31 Oct 2006, Dmitry Chumack wrote: > Hi everyone. > > I have a question. Can CVS support several repositories for the same > project? > > For instance I have a ProjectA, located in /home/devel/proj_a. This > project has remote repository on host mysources.net. Sometimes I have > no connection to this host or it's very slow. Thus, in addition, it > would be very convenient to have a local repository for this project. > And sometimes I make a new release of my project, so if I have a > repository, that stores only releases, I can diff the current version > of project to release version.
As such no - but rsync the repository to the local server and check out from that. I guess the matter you refer to is one of arguments for looking closer into Git and Arch. As I hear others look at the commercial tool synchronicity for this, but cvs+rsync is also uses in some companies. Best Peter Toft, Ph.D. [EMAIL PROTECTED] http://petertoft.dk _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
