rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marc Dyksterhouse
Subject: Re: [rdiff-backup-users] cygwin to cygwin still not working
Date: Tue, 30 Jan 2007 20:41:11 -0500
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

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:

===============================

--- fs_abilities.py.orig        2007-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):
                 self.conn = conn
                 self.dest_fsa = fsa
+               self.src_fsa = fsa

         def update_triple(self, fsa_support, attr_triple):
                 """Update global vars from single fsa test"""


Marc,

Would you like this patch applied to CVS? Or should I wait for a
complete fix?

Andrew





reply via email to

[Prev in Thread] Current Thread [Next in Thread]