Re: [rdiff-backup-users] --override-chars-to-quote bug fixed and default behaviour change

2009-01-08 Thread Oliver Mulatz
Hi Andrew, in fs_abilities.py, after line 825 (based upon my patch) this line needs to be added: return (actual_ctq, None) ## Context: ## + if Globals.chars_to_quote is None: + actual_ctq = ctq_rp.get_data() +

[rdiff-backup-users] --override-chars-to-quote bug fixed and default behaviour change

2009-01-06 Thread Oliver Mulatz
On 2009-01-05 Oliver Mulatz wrote: Another issue: there's a bug (RDB aborts) in '--override-chars-to-quote' functionality, (I require for cross-platform filesystem compatibility). It hits each time --override-chars-to-quote is used, even with empty set ('') for keeping capital chars from

Re: [rdiff-backup-users] --override-chars-to-quote bug fixed and default behaviour change

2009-01-06 Thread Andrew Ferguson
On Jan 6, 2009, at 12:01 PM, Oliver Mulatz wrote: On 2009-01-05 Oliver Mulatz wrote: Another issue: there's a bug (RDB aborts) in '--override-chars-to- quote' functionality, (I require for cross-platform filesystem compatibility). It hits each time --override-chars-to-quote is used,