This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: using rsync to create local repository


On Thu, 2006-01-26 at 14:07 -0500, Daniel Jacobowitz wrote:
> On Thu, Jan 26, 2006 at 10:56:28AM -0800, PAUL GILLIAM wrote:
> > I tried a similar thing and it seemed to work:
> > 
> > rsync --archive --delete --compress --progress \
> >       --exclude '#cvs.*' --exclude 'CVSROOT/config' \
> >       --exclude 'CVSROOT/history' --exclude 'CVSROOT/updatelog' \
> >       rsync://sources.redhat.com/gdb-cvs /home/pgilliam/gdb/gdb-cvs
> 
> Wrong repository.  You want src-cvs, not gdb-cvs, which only has the
> web pages in it.
> 
Ahhh.  That would explain it.

Would it be useful for me to submit a patch that would add this
information to one of those web pages?

Thanks for the help,

-=# Paul #=-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]