summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnjjCyhVEcTRM5m4iIBqL3ZCooPx7ZYB_E <Marcus@web>2013-01-14 11:22:22 +0000
committerGravatar admin <admin@branchable.com>2013-01-14 11:22:22 +0000
commit6d75d2a910a7ab55355c60ec18bedb9f8945df11 (patch)
tree7947b4f635cee9985dfb79d8dfc6e2ca399104f1
parent7f5776b7eb6c695d22784dc10b855a03604e25db (diff)
-rw-r--r--doc/bugs/random_files_vanishing_when_assistant_gets_restarted.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/random_files_vanishing_when_assistant_gets_restarted.mdwn b/doc/bugs/random_files_vanishing_when_assistant_gets_restarted.mdwn
new file mode 100644
index 000000000..ecab8ed0b
--- /dev/null
+++ b/doc/bugs/random_files_vanishing_when_assistant_gets_restarted.mdwn
@@ -0,0 +1,30 @@
+#What steps will reproduce the problem?
+
+Running assistant in foreground on one repository that is paired to another repository, than killing it using CTRL-C and restarting it
+
+
+#What is the expected output? What do you see instead?
+
+I get messages like:
+
+ (Recording state in git...)
+ # Auf Zweig master
+ # Änderungen, die nicht zum Eintragen bereitgestellt sind:
+ # (benutze "git add/rm <Datei>..." zum Bereitstellen)
+ # (benutze "git checkout -- <Datei>..." um die Änderungen im Arbeitsverzeichnis zu verwerfen)
+ #
+ # gelöscht: "path/to/file"
+ #
+ keine Änderungen zum Eintragen hinzugefügt (benutze "git add" und/oder "git commit -a")
+ Total 0 (delta 0), reused 0 (delta 0)
+ To ssh://stormking@git-annex-volyova-stormking/data/repository/
+ 4e2c631..911b80c git-annex -> synced/git-annex
+
+ Already up-to-date.
+
+Sorry for the german language, I'll try to reproduce it in english, later. After that, the symlinks for the file in the repository are gone. I can get them back by reverting the commit but things like that make me very nervous.
+
+
+#What version of git-annex are you using? On what operating system?
+
+3.20130102 on Arch Linux x64