rsync exclude-from

2002-04-20 Thread Nikolaus Hiebaum
Hi - I want to use rsync in combination with a list of files it should exclude, but somewhere I seem to have a problem. The problem is that the files and directories I list in the file to be excluded are in fact synchronized on the remote server. I should add that they are not present on the

Re: mixed case file systems.

2002-04-20 Thread John E. Malmberg
OpenVMS has two main file systems, one is not case sensitive or case preserving, the other is by default not case sensitive but is case preserving. Files are generally sorted in a case blind fashion. How big of a problem is this going to be? -John [EMAIL PROTECTED] Personal Opinion Only --

Patch: update popt/ to 1.5.1

2002-04-20 Thread Jos Backus
This patch updates the files under popt/ to the latest vendor drop. The only change is the inclusion of a FreeBSD-specific patch to popt.c. This is needed in case somebody decides to build rsync on that platform without using the port. I'm not happy about the wording in popt/README.rsync so I may

Re: List Alive?

2002-04-20 Thread Randy Kramer
John Conover wrote: Is the rsync list alive? The rsync list [EMAIL PROTECTED] is alive and well (AFAICT). Randy Kramer -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: List Alive?

2002-04-20 Thread John Conover
Yea, what is kind of funny is that I noticed I wasn't getting the list. So I went to the rsync site, and tried to join-and found I was already joined. I just wasn't getting the distribution. So I unsubscribed, and re-subscribed, and everything seems OK now. Strange. John Randy Kramer

Re: List Alive?

2002-04-20 Thread Martin Pool
On 21 Apr 2002, John Conover [EMAIL PROTECTED] wrote: Yea, what is kind of funny is that I noticed I wasn't getting the list. So I went to the rsync site, and tried to join-and found I was already joined. I just wasn't getting the distribution. So I unsubscribed, and re-subscribed, and

rsync breaks on FreeBSD without -O2?(fwd from grog@FreeBSD.org) PR 36998

2002-04-20 Thread Martin Pool
Apparently rsync breaks on FreeBSD if you turn off -O2 (which is the default.) The breakage is apparently inside zlib. You'd have to think it was a compiler bug, but perhaps not. I haven't tried to reproduce it yet. -- Martin - Forwarded message from [EMAIL PROTECTED] - Date:

Re: List Alive?

2002-04-20 Thread Martin Pool
On 20 Apr 2002, Martin Pool [EMAIL PROTECTED] wrote: On 21 Apr 2002, John Conover [EMAIL PROTECTED] wrote: Yea, what is kind of funny is that I noticed I wasn't getting the list. So I went to the rsync site, and tried to join-and found I was already joined. I just wasn't getting the

Re: rsync breaks on FreeBSD without -O2?(fwd from grog@FreeBSD.org) PR 36998

2002-04-20 Thread Jos Backus
On Sat, Apr 20, 2002 at 07:37:12PM -0700, Martin Pool wrote: Apparently rsync breaks on FreeBSD if you turn off -O2 (which is the default.) The breakage is apparently inside zlib. You'd have to think it was a compiler bug, but perhaps not. I haven't tried to reproduce it yet. Here's

Re: rsync breaks on FreeBSD without -O2?(fwd from grog@FreeBSD.org) PR 36998

2002-04-20 Thread Jos Backus
On Sat, Apr 20, 2002 at 08:24:43PM -0701, Jos Backus wrote: Here's some mail from freebsd-cvs-all ([EMAIL PROTECTED]). Bruce Evans submitted this workaround which has been incorporated into the FreeBSD tree. I think we should do the same. I can do the honors :-) Index: zlib/infcodes.c