[Commits] (pavlov) hack to avoid syncing the collectionOwner list..
fixes bug 1965
commits at osafoundation.org
commits at osafoundation.org
Thu Sep 16 15:22:47 PDT 2004
Commit by: pavlov
Modified files:
chandler/parcels/osaf/framework/webdav/Sync.py 1.29 1.30
Log message:
hack to avoid syncing the collectionOwner list.. fixes bug 1965
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/webdav/Sync.py.diff?r1=text&tr1=1.29&r2=text&tr2=1.30
Index: chandler/parcels/osaf/framework/webdav/Sync.py
diff -u chandler/parcels/osaf/framework/webdav/Sync.py:1.29 chandler/parcels/osaf/framework/webdav/Sync.py:1.30
--- chandler/parcels/osaf/framework/webdav/Sync.py:1.29 Thu Sep 16 10:53:17 2004
+++ chandler/parcels/osaf/framework/webdav/Sync.py Thu Sep 16 15:22:46 2004
@@ -148,7 +148,7 @@
for (name, value) in item.iterAttributeValues():
# don't export these local attributes
if name in [u'etag', u'lastModified', u'sharedVersion',
- u'sharedURL', u'sharedUUID']:
+ u'sharedURL', u'sharedUUID', u'collectionOwner']:
continue
# XXX this is probably not the best thing to do here
More information about the Commits
mailing list