summaryrefslogtreecommitdiff
path: root/doc/bugs/Windows__58___git_annex_get_failed/comment_4_b70fa3da7e776a6cd6d8467df30839c9._comment
blob: a6d7ebecdcb4519237f8375880b1bd1cfe9f4a05 (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
35
[[!comment format=mdwn
 username="ExGen"
 subject="comment 4"
 date="2016-04-08T22:00:33Z"
 content="""
I pulled and checked 6.20160408-gf970490. <br/>
There are several problems now: <br/>

1. When I `sync` on a new repo it `get`s all the files<br/>
2. `drop` doesn't drop the file
3. `lock` doesn't work <br/>
4. I don't know if the problem with `get` really fixed because it isn't needed

Btw, look at my comment on /todo/smudge (maybe put on a wrong page) <br/>
I think using hardlinks on windows can fix many problems here ( adjusted/direct mode which I hate :)) ) <br/>
And it should need little work as tools already accept it on windows

I'll put all the commands needed to reproduce the problem:

	cd D:/annex
	git init
	git annex init \"laptop\"
	git annex upgrade
	git add .
	git commit -a -m \"First\"
	git annex lock
	git annex sync

	cd H:/annex
	git init
	git annex init \"usb\"
	git annex upgrade
	git remote add laptop D:/annex
	git annex sync
"""]]