]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fri Apr 6 05:39:46 BST 2012 david-sarah@jacaranda.org
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:05:38 +0000 (18:05 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:05:38 +0000 (18:05 +0100)
  * docs/frontends/drop-upload.rst: document more known issues and link to new ticket for an existing one.

docs/frontends/drop-upload.rst

index 41c10fd00f23b143070536b5383f02ffe6c767b5..4f220b51296c2403a1979b4b8c068f9791c51af9 100644 (file)
@@ -118,9 +118,19 @@ Attempts to read the mutable directory at about the same time as an uploaded
 file is being linked into it, might fail, even if they are done through the
 same gateway. (`#1105`_)
 
+When a local file is changed and closed several times in quick succession,
+it may be uploaded more times than necessary to keep the remote copy
+up-to-date. (`#1440`_)
+
+Files deleted from the local directory will not be unlinked from the upload
+directory. (`#1710`_)
+
+The ``private/drop_upload_dircap`` file cannot use an alias or path to
+specify the upload directory. (`#1711`_)
+
 Files are always uploaded as immutable. If there is an existing mutable file
 of the same name in the upload directory, it will be unlinked and replaced
-with an immutable file.
+with an immutable file. (`#1712`_)
 
 If a file in the upload directory is changed (actually relinked to a new
 file), then the old file is still present on the grid, and any other caps
@@ -137,6 +147,10 @@ printed by ``python -c "import sys; print sys.getfilesystemencoding()"``.
 .. _`#1431`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1431
 .. _`#1432`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1432
 .. _`#1433`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1433
+.. _`#1440`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1440
 .. _`#1449`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1449
 .. _`#1458`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1458
 .. _`#1459`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1459
+.. _`#1710`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1710
+.. _`#1711`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1711
+.. _`#1712`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1712