Re: Crash bug in CVS rsync's --cvs-exclude option

2001-06-21 Thread Martin Pool
On 20 Jun 2001, Wayne Davison <[EMAIL PROTECTED]> wrote: > The --cvs-exclude option is broken in the CVS version of rsync because > of a cut-and-paste-induced bug in exclude.c: > > Index: exclude.c > @@ -167,7 +167,7 @@ > > if (local_exclude_list) { > for (n=0; local_exclude_

Crash bug in CVS rsync's --cvs-exclude option

2001-06-20 Thread Wayne Davison
The --cvs-exclude option is broken in the CVS version of rsync because of a cut-and-paste-induced bug in exclude.c: Index: exclude.c @@ -167,7 +167,7 @@ if (local_exclude_list) { for (n=0; local_exclude_list[n]; n++) { -ent = exclude_list[n]; +