Rev 13: A TODO comment. in lp:~jameinel/+junk/file_locking

John Arbash Meinel john at arbash-meinel.com
Mon Sep 21 17:11:57 BST 2009


At lp:~jameinel/+junk/file_locking

------------------------------------------------------------
revno: 13
revision-id: john at arbash-meinel.com-20090921161149-dg0v4x5ewpt5qzm4
parent: john at arbash-meinel.com-20090921154346-3ljog0d1w19r75gd
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: file_locking
timestamp: Mon 2009-09-21 11:11:49 -0500
message:
  A TODO comment.
-------------- next part --------------
=== modified file 'TODO.txt'
--- a/TODO.txt	2009-09-18 21:00:25 +0000
+++ b/TODO.txt	2009-09-21 16:11:49 +0000
@@ -67,3 +67,19 @@
 single "give me the lock for the file X for the user Foo" rpc that would do all
 the logging, etc on the server.
 remote side.
+
+
+Renamed out of directory
+########################
+
+Current implementation is likely to not catch the case of::
+
+  bzr mv foo/bar separate-bar
+  bzr commit -m "moved separate bar"
+  bzr lock-file foo # user 2
+  # separate-bar is no longer connected to foo
+  bzr lock-file separate-bar # user 1
+
+.. 
+   vim: ft=rst tw=79
+



More information about the bazaar-commits mailing list