aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ <Walter@web>2013-04-15 09:33:27 +0000
committerGravatar admin <admin@branchable.com>2013-04-15 09:33:27 +0000
commita5cd6060db09ecdf629031a3bbc319064f1d9956 (patch)
treef642ec19af667d4efb47b1d2b9033b7ecbfe9d41 /doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not.mdwn
parentecf378f25488650df260e0cce5950de38e3dd980 (diff)
presence bug
Diffstat (limited to 'doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not.mdwn')
-rw-r--r--doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not.mdwn22
1 files changed, 22 insertions, 0 deletions
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 000000000..afdfb94cb
--- /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