aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_direct_-__62___rename__58___does_not_exist.mdwn
blob: 2e2000c61bd6ffff7780d754ab82b6bf024afc6e (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
### Please describe the problem.

git annex direct displays warnings(?)
### What steps will reproduce the problem?
    mkdir test
    cd test
    git init
    git annex init
    touch foobar.txt
    git annex add
    git annex direct


### What version of git-annex are you using? On what operating system?
5.20140717 (ubuntu 14.10)

### Please provide any additional information below.

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log


# End of transcript or log.
"""]]

> [[done]]; cannot reproduce with current version of git-annex AFAICS.
> --[[Joey]]