aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/windows_fails_test___34__recoverEncode__34__/comment_1_424b3536e21e02f192f7f2b8e833ed18._comment
blob: e9460892174e1c8a7a38d2748ffa068fefd5d2f2 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[[!comment format=mdwn
 username="gary"
 ip="82.112.140.250"
 subject="Thanks for the fix"
 date="2013-09-12T07:20:12Z"
 content="""
Hi the fix works fine, all the tests pass now.  However I am having issues when trying to sync two directories.  I have had this working in direct mode in fedora but not in the previously mentioned windows install

2 directories d1 and d2.

SETUP:

cd d1

mkdir annex

cd annex

cp someFile . (as get branch issue if empty)

git init

git annex init d1

cp someFile . (as get branch issue if empty)

git annex add .

git annex sync

cd ..\..\d2

git clone ..\..\d1\annex

cd annex

git annex init d2

git remote add d1 ..\..\d1\annex

cd ..\..\d1\annex

git remote add d2 ..\..\d2\annex


SYNCING

cd d1\annex

cp someFiles .

git annex add .

git annex sync

cd ..\..\d2\annex

git annex sync

git annex mirror --from d1

It looks like the files copy across but when I look at them in explorer they are still just the place holders.

any ideas on what may be going on.  Does the work flow look correct?

(ps typo on all slashes but 
"""]]