From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Kingdon To: Jimmy Guo Cc: gdb@sourceware.cygnus.com Subject: Re: cvsup & sourceware repositories? Date: Thu, 16 Mar 2000 16:37:00 -0000 Message-id: References: X-SW-Source: 2000-03/msg00264.html > Otherwise, what is the easiest way to maintain local repository? I want > to create a local repository containing gdb, dejagnu, and binutils > products, and be able to automatically 'synchronize' with sourceware's > every night or on demand (turn-key solution here). I don't really know cvsup well enough to know just how it compares, but we do have anonymous rsync of the CVS repository - see http://sourceware.cygnus.com/sourceware/ for details. >From rra@stanford.edu Thu Mar 16 16:44:00 2000 From: Russ Allbery To: gdb@sourceware.cygnus.com Subject: Re: cvsup & sourceware repositories? Date: Thu, 16 Mar 2000 16:44:00 -0000 Message-id: References: X-SW-Source: 2000-03/msg00265.html Content-length: 550 Jim Kingdon writes: > I don't really know cvsup well enough to know just how it compares, but > we do have anonymous rsync of the CVS repository - see > http://sourceware.cygnus.com/sourceware/ for details. It's roughly equivalent. CVSup may send less information (and hence be more efficient) than rsync since it understands CVS repository structure, and it produces slightly nicer diagnostic output, but for the most part either are as good. -- Russ Allbery (rra@stanford.edu) < http://www.eyrie.org/~eagle/ > >From ac131313@cygnus.com Thu Mar 16 16:51:00 2000 From: Andrew Cagney To: Jimmy Guo Cc: gdb@sourceware.cygnus.com Subject: Re: cvsup & sourceware repositories? Date: Thu, 16 Mar 2000 16:51:00 -0000 Message-id: <38D18058.738B6F77@cygnus.com> References: X-SW-Source: 2000-03/msg00266.html Content-length: 959 Jimmy Guo wrote: > > < here it is again!>> > > A general question about the repositories on sourceware: > Can we use cvsup client tool to maintain a local repository? Instead of > getting 'snapshots' via the CVS interfaces, I'd like to use the cvsup > tool to get updates to the repositories. It requires sourceware to run > a cvsupd daemon. > > Otherwise, what is the easiest way to maintain local repository? I want > to create a local repository containing gdb, dejagnu, and binutils > products, and be able to automatically 'synchronize' with sourceware's > every night or on demand (turn-key solution here). At present only rsync is available for this :-( See: http://sourceware.cygnus.com/ml/overseers/2000/msg00102.html . My things to do today list includes leaning on someone (....) so that CVSupd runs on sourceware so that I can do the same thing from up here. Andrew >From guo@cup.hp.com Thu Mar 16 18:44:00 2000 From: Jimmy Guo To: gdb@sourceware.cygnus.com Subject: Re: cvsup & sourceware repositories? Date: Thu, 16 Mar 2000 18:44:00 -0000 Message-id: References: X-SW-Source: 2000-03/msg00267.html Content-length: 409 OK, I pulled down rsync and built the socksified version. It appears to be working. To get a replica of the GDB repository, what is the command to use? I tried: % rsync --archive --delete --checksum --compress \ --stats rsync://sourceware.cygnus.com/gdb-cvs . But that looks awfully small, only 313 files, and mostly the htdocs stuff. I must have accessed the wrong module. - Jimmy Guo, guo@cup.hp.com