Re: rsync windows -> unix still hanging :(

2003-01-03 Thread Lapo Luchini
Lapo Luchini wrote: As a matter of fact talknig about this on the mailing list [EMAIL PROTECTED] should be, IMHO, better: there the discussion can also be heard by rsync developers themself, than can maybe have better solutions (its their code, after all...) and/or say "we already solved that

Re: rsync windows -> unix still hanging :(

2003-01-03 Thread Lapo Luchini
Mike Rubel wrote: I'm not really an rsync developer, but I'd be happy to forward anything you suggest on to that list. One question, though. In his email, Steve seems to suggest that a patch (much like this one) has already been added to the rsync CVS tree, but that it did not work for him: St

Re: rsync windows -> unix still hanging :(

2002-12-30 Thread Scott Evans
> The msleep(100) call is not checked into version 1.156 of main.c. > > I would recommend trying this one-line patch to see if it helps. > I haven't personally delved into the true meaning. I just checked > my read-only CVS tree for rsync again. Here is the context diff for > that file. Note

Re: rsync windows -> unix still hanging :(

2002-12-30 Thread Jim Kleckner
The msleep(100) call is not checked into version 1.156 of main.c. I would recommend trying this one-line patch to see if it helps. I haven't personally delved into the true meaning. I just checked my read-only CVS tree for rsync again. Here is the context diff for that file. Note that the msleep

Re: rsync windows -> unix still hanging :(

2002-12-30 Thread Mike Rubel
Hi Jim, Thanks for writing back! I'm not really an rsync developer, but I'd be happy to forward anything you suggest on to that list. One question, though. In his email, Steve seems to suggest that a patch (much like this one) has already been added to the rsync CVS tree, but that it did not w

Re: rsync windows -> unix still hanging :(

2002-12-30 Thread Jim Kleckner
Mike - Greger Cronquist and I have been using a patched rsync successfully. This was patched from two published patches, one for buffering which seems to cause severe performance problems under cygwin while only mild under Linux. The is for the hang documented elsewhere. Here are patch discussi

Re: rsync windows -> unix still hanging :(

2002-12-27 Thread Mike Rubel
On Sat, 28 Dec 2002, Scott Evans wrote: > I spent about 12 hours today writing a nice backup system based on > Mike Rubel's snapshot system; but much to my dismay, when I took it > for a test drive, I found that rsync hung on the first large directory > I tried to back up. Aiee! [ ... ] Hey

rsync windows -> unix still hanging :(

2002-12-27 Thread Scott Evans
I spent about 12 hours today writing a nice backup system based on Mike Rubel's snapshot system; but much to my dismay, when I took it for a test drive, I found that rsync hung on the first large directory I tried to back up. Aiee! A few web searches later, I realized that a lot of folks hav