Re: [rdiff-backup-users] cygwin to cygwin still not working

2007-01-31 Thread Marc Dyksterhouse
This patch should fix --list-increments for v1.1.9: http://www.visiwave.com/download/rdiff_backup/fs_abilities.py.3.patch Andrew, can you add this to cvs HEAD? Thanks. marc Andrew Ferguson wrote: Marc Dyksterhouse wrote: Jeff, Apply this patch to both sides:

Re: [rdiff-backup-users] cygwin to cygwin still not working

2007-01-31 Thread Andrew Ferguson
Marc Dyksterhouse wrote: This patch should fix --list-increments for v1.1.9: http://www.visiwave.com/download/rdiff_backup/fs_abilities.py.3.patch Andrew, can you add this to cvs HEAD? Thanks. Done. -- Andrew Ferguson - [EMAIL PROTECTED]

RE: [rdiff-backup-users] cygwin to cygwin still not working

2007-01-31 Thread Jeff Burns
It worked. Thans! Jeff Burns -Original Message- From: Marc Dyksterhouse [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 30, 2007 8:26 PM To: Jeff Burns Cc: rdiff-backup-users@nongnu.org Subject: Re: [rdiff-backup-users] cygwin to cygwin still not working Jeff, Apply this patch

Re: [rdiff-backup-users] cygwin to cygwin still not working

2007-01-30 Thread Andrew Ferguson
Marc Dyksterhouse wrote: Jeff, Apply this patch to both sides: === --- fs_abilities.py.orig2007-01-30 20:20:03.334625000 -0500 +++ fs_abilities.py 2007-01-30 20:20:09.772125000 -0500 @@ -629,6 +629,7 @@ def __init__(self, conn, fsa):

Re: [rdiff-backup-users] cygwin to cygwin still not working

2007-01-30 Thread Marc Dyksterhouse
You should probably wait. I'm still not sure if the check for escaping dos devices should be done on the source or dest fsa in this case (or other cases that call this same routine). marc Andrew Ferguson wrote: Marc Dyksterhouse wrote: Jeff, Apply this patch to both sides: