aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-09 12:31:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-09 12:31:27 -0400
commitcf54fbad8bda41d26129fd1b350af8742dd5f301 (patch)
tree418c70aa43c1271cfc57d0931043dbb28cf72512 /doc/bugs
parent5f43ed9ee939716720d11c49e1360a7ecf07becc (diff)
parente1f305bc94fb370b0572e7da423fc5ce5be9d386 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Windows__58___git_annex_get_failed/comment_3_8a19ca100d44ab8131e40932f1bcdf29._comment10
-rw-r--r--doc/bugs/Windows__58___git_annex_get_failed/comment_4_b70fa3da7e776a6cd6d8467df30839c9._comment35
2 files changed, 45 insertions, 0 deletions
diff --git a/doc/bugs/Windows__58___git_annex_get_failed/comment_3_8a19ca100d44ab8131e40932f1bcdf29._comment b/doc/bugs/Windows__58___git_annex_get_failed/comment_3_8a19ca100d44ab8131e40932f1bcdf29._comment
new file mode 100644
index 000000000..3140fee36
--- /dev/null
+++ b/doc/bugs/Windows__58___git_annex_get_failed/comment_3_8a19ca100d44ab8131e40932f1bcdf29._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="ExGen"
+ subject="comment 3^^"
+ date="2016-04-08T21:03:15Z"
+ content="""
+It's 6.20160401-g083dd8f, Sorry for the delay.
+And btw my v6 repo is not in adjusted mode. But I think adjusted mode has the same problem too.
+
+
+"""]]
diff --git a/doc/bugs/Windows__58___git_annex_get_failed/comment_4_b70fa3da7e776a6cd6d8467df30839c9._comment b/doc/bugs/Windows__58___git_annex_get_failed/comment_4_b70fa3da7e776a6cd6d8467df30839c9._comment
new file mode 100644
index 000000000..a6d7ebecd
--- /dev/null
+++ b/doc/bugs/Windows__58___git_annex_get_failed/comment_4_b70fa3da7e776a6cd6d8467df30839c9._comment
@@ -0,0 +1,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
+"""]]