From 433cba52af0d0a8775895b6709d9d81f6baaf27e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ" Date: Mon, 15 Apr 2013 09:33:27 +0000 Subject: [PATCH] presence bug --- ...iles_are_in_repositories_they_are_not.mdwn | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not.mdwn diff --git a/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not.mdwn b/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not.mdwn new file mode 100644 index 0000000000..afdfb94cb4 --- /dev/null +++ b/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not.mdwn @@ -0,0 +1,22 @@ +###What steps will reproduce the problem? + +1. Start git annex webapp, and make new repository on two computers. +1. Pair them as "Local computer"s, and they synchronize fine, a file created on one shows up on the other. +1. Disconnect one of the computers from the network, and create a new file +1. Check where the file is. + +###What is the expected output? What do you see instead? + + git annex whereis new file + +shows the file being in both repositories, when in fact it has had no chance to get added to the one on the other computer, and is not in it. + + +###What version of git-annex are you using? On what operating system? + +Both 4.20130405 on Ubuntu 12.10 + +###Please provide any additional information below. + +I noticed this first when using a USB drive to communicate between work and home. Making changes at home, it thought that the new files were now present at work, when the computer there is off, and a long way away. +--Walter