CVS access to rsync repository

Matt McCutchen matt at mattmccutchen.net
Mon Oct 13 21:53:23 GMT 2008


On Mon, 2008-10-13 at 22:39 +0200, Chris Joelly wrote:
> i see lots of error messages with "io.c(1123)" showing up, but i don't
> know where to get the exact revision of this io.c file?
> 
> Can anybody tell me where i can find the CVS repository for example 
> rsync 2.6.9 to get the exact revision of the mentioned file for
> debugging purposes?

The repository uses git version control.  It can be downloaded like
this:

git clone git://git.samba.org/rsync.git

or browsed on the Web at:

http://gitweb.samba.org/?p=rsync.git

io.c(1123) in rsync 2.6.9 is at:

http://gitweb.samba.org/?p=rsync.git;a=blob;f=io.c;hb=v2.6.9#l1123

Matt



More information about the rsync mailing list