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, 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.

-- 
Daniel Jacobowitz
CodeSourcery


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