Rsync "roadmap" and version numbering (3.1.0 vs 3.0.4)

Louis-David Mitterrand vindex+lists-rsync at apartia.org
Thu Jul 17 16:24:46 GMT 2008


On Sun, Jul 06, 2008 at 12:53:55PM -0400, Charles Marcus wrote:
> On 7/4/2008, Wayne Davison (wayned at samba.org) wrote:
>> Other things in the patches dir, suggestions made here, and enhancement
>> requests from bugzilla will all be reviewed for possible inclusion.
>
> I'd still like to see the --ignore-case patch to be made part of the  
> official rsync source...

+1 

That would be an awesome addition for 3.1.0

Right now I have to run my excludes list through a sed one-liner to get
the same effect, but it looks pretty ugly.

	## *.mp3 -> *.[mM][pP]3
	EXCLUDE=$(sed -e ':s' -e 's/\*\.\([^ []*\)\([[:alpha:]]\)/*.\1[\U\2\L\2]/g;ts' <<< "$EXCLUDE")

Thanks for all the fine work on rsync.

Cheers,


More information about the rsync mailing list