[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [rdiff-backup-users] cygwin to cygwin still not working
From: |
Jeff Burns |
Subject: |
RE: [rdiff-backup-users] cygwin to cygwin still not working |
Date: |
Wed, 31 Jan 2007 20:43:57 -0500 |
It worked. Thans!
Jeff Burns
-----Original Message-----
From: Marc Dyksterhouse [mailto:address@hidden
Sent: Tuesday, January 30, 2007 8:26 PM
To: Jeff Burns
Cc: address@hidden
Subject: Re: [rdiff-backup-users] cygwin to cygwin still not working
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"""
===============================