aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-06 13:04:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-06 13:04:23 -0400
commita9cb5bd218de43b9c68b66f2db4b613f473f7cf5 (patch)
tree98d97dbdc7f90e11686eb6529dc13f7acbe82eda
parent465da37961ea77a30363d2193e625c5781bd9302 (diff)
parentd2cfd9aa7df7c3c4ce6114d4720e5e21f82bf70a (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/no_git-annex_shell_on_Windows/comment_10_72b2277c3728f02e4d158ebbd7db41b2._comment22
-rw-r--r--doc/devblog/day_10__lazy_Sunday.mdwn4
2 files changed, 24 insertions, 2 deletions
diff --git a/doc/bugs/no_git-annex_shell_on_Windows/comment_10_72b2277c3728f02e4d158ebbd7db41b2._comment b/doc/bugs/no_git-annex_shell_on_Windows/comment_10_72b2277c3728f02e4d158ebbd7db41b2._comment
new file mode 100644
index 000000000..93a27d754
--- /dev/null
+++ b/doc/bugs/no_git-annex_shell_on_Windows/comment_10_72b2277c3728f02e4d158ebbd7db41b2._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="timotejs@7102fe834ef5514c095ceb7e09b525bafa7b1af4"
+ nickname="timotejs"
+ avatar="http://cdn.libravatar.org/avatar/3b2d892080bb891056a77a0be9ee8176"
+ subject="Did' nyone make it work?"
+ date="2018-02-06T08:15:06Z"
+ content="""
+I try to use SSH to connect to Win10 machine with annex repo.
+I am using the OpenSSH integrated into the Windows 10 (one you can install from Windows additional features thingy).
+
+it didn't know git-annex-shell so i created symlink
+
+ mklink \"C:\Program Files (x86)\Git\bin\git-annex-shell\" \"C:\Program Files (x86)\Git\bin\git-annex.exe\"
+
+and added ';.' to PATHEX
+
+Currently git-annex-shell is found but i get error:
+
+ Invalid argument `'configlist''
+
+when i try to sync remote on that W10 machine
+"""]]
diff --git a/doc/devblog/day_10__lazy_Sunday.mdwn b/doc/devblog/day_10__lazy_Sunday.mdwn
index aa6a70918..c8843d374 100644
--- a/doc/devblog/day_10__lazy_Sunday.mdwn
+++ b/doc/devblog/day_10__lazy_Sunday.mdwn
@@ -6,7 +6,7 @@ Now there's an easy way to get an overview of how close your repository
is to meeting the configured numcopies settings (or when it exceeds them).
<pre>
-# time git annex status .
+# time git annex info .
[...]
numcopies stats:
numcopies +0: 6686
@@ -19,5 +19,5 @@ numcopies stats:
numcopies +4: 372
</pre>
-This does make `git annex status` slow when run on a large directory tree,
+This does make `git annex info` slow when run on a large directory tree,
so --fast disables that.