aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/random_files_vanishing_when_assistant_gets_restarted.mdwn
blob: aa34a8056a71d0aae7bd608c1aba67a4cf6f341e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#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

[[!tag /design/assistant moreinfo]]