> Wait! I didn't mean that you can rsync only the HEAD stuff.  You can rsync the
> complete CVS repository with the ,v files.  Here RSync is better than
> Real-CVS, because RSync is faster in updating your local repository copy and
> then you have the advantage of fast checkout/diff/update operations because
> the repository is _local_.

Ah, I see. Great.

> 
> > I actually tried to get
> > the mod_ssl-distrib package using rsync as a little test. I followed the
> > instructions on http://www.engelschall.com/sw/mod_ssl/distrib/mirror.html.
> > I was able to do a:
> 
> >         $ rsync sw.engelschall.com::
> > But:
> >         $ rsync -rztpv --delete sw.engelschall.com::mod_ssl-distrib \
> >             /tmp/mod_ssl
> 
> > fails. Strace reports that I'm stuck in a loop waiting on select. Is this
> > just me, or have others had problems?
> 
> I tried it again myself and it works fine. And some of the mirrors use it,
> too. So I think its a local problem for you. Perhaps a platform problem of
> rsync. What platform are you using?

Well I'm using rsync version 2.1.1 on a RH5.1 box. But I also have the
additional complictaion of having to traverse a socks5 firewall. Our glibc2
socks5 client is still in the works. So this could be the problem. Although
the problem I have here with rsync appears to be unique to rsync. Typically
I'll get a core dump. Strace shows that I send:

        sw.engelschall.com RSYNC service

and recv:

        @RSYNCD: OK\n

After that, I loop on select. I appreciate your interest in this. But I
wouldn't spend any time on this if I were you. I'd feel as though I was
wasting your time.

-Tom

Tom Vaughan <[EMAIL PROTECTED]>

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to