From d2174915c0b7c6bdded291fb9f7e503471e3d664 Mon Sep 17 00:00:00 2001 From: Joey Hess <joeyh@joeyh.name> Date: Mon, 13 Feb 2017 16:19:39 -0400 Subject: [PATCH] response --- ...nt_4_650ebbe4e7b57361a42882f3092122f0._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/Accessing_files_in_SSH_remotes_while_SSHed_into_remote/comment_4_650ebbe4e7b57361a42882f3092122f0._comment diff --git a/doc/forum/Accessing_files_in_SSH_remotes_while_SSHed_into_remote/comment_4_650ebbe4e7b57361a42882f3092122f0._comment b/doc/forum/Accessing_files_in_SSH_remotes_while_SSHed_into_remote/comment_4_650ebbe4e7b57361a42882f3092122f0._comment new file mode 100644 index 0000000000..8d08278600 --- /dev/null +++ b/doc/forum/Accessing_files_in_SSH_remotes_while_SSHed_into_remote/comment_4_650ebbe4e7b57361a42882f3092122f0._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2017-02-13T20:14:31Z" + content=""" +In your original message, you mentioned NFS won't work due to locking. +However, as far as I know, those NFS locking problems can be worked +around by `git config annex.pidlock true`. That said, I encourage +*not* using NFS if there is any alternative and it sounds like you've +found an alternative, so great. + +Re your question about the assistant, have you tried running the assistant +in the repo on the server? Once it's running, it should update the +repository whenever the client pushes over a change. +"""]]