aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Assistant.hs1
-rw-r--r--doc/bugs/Assistant:_synchronisation_between_to_regular_repositories_hangs_/comment_1_36d1207818c8db747dbf94d9a48e3e98._comment9
-rw-r--r--doc/bugs/Windows:_can__39__t_clone_repository.mdwn12
-rw-r--r--doc/forum/4hr+_sync_on_new_remote___40__USB_drive__41__/comment_1_01a6020d25826a3e0afb087899f6919c._comment14
-rw-r--r--doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_2_75abe6da74cd0432e616e391f5be6fe3._comment14
-rw-r--r--doc/forum/Symantec_endpoint_protection_raises_WS.Reputation.1_on_git-annex_windows_installer/comment_1_3b1da8ce0dcf43efcdc9b264ef21fb3a._comment9
-rw-r--r--doc/forum/noob_question._VPS_web_assistant/comment_1_49f349192d64048753bedcf10ee22355._comment11
7 files changed, 70 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs
index b95348604..fb04f5110 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -56,6 +56,7 @@ import Annex.Perms
import Utility.LogFile
#ifdef mingw32_HOST_OS
import Utility.Env
+import Annex.Path
import Config.Files
import System.Environment (getArgs)
#endif
diff --git a/doc/bugs/Assistant:_synchronisation_between_to_regular_repositories_hangs_/comment_1_36d1207818c8db747dbf94d9a48e3e98._comment b/doc/bugs/Assistant:_synchronisation_between_to_regular_repositories_hangs_/comment_1_36d1207818c8db747dbf94d9a48e3e98._comment
new file mode 100644
index 000000000..3750d1a28
--- /dev/null
+++ b/doc/bugs/Assistant:_synchronisation_between_to_regular_repositories_hangs_/comment_1_36d1207818c8db747dbf94d9a48e3e98._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-03-16T17:34:22Z"
+ content="""
+Well, non-bare git repositories are supposed to have a .git/index file.
+
+Perhaps some damage to your USB stick caused it to lose this file?
+"""]]
diff --git a/doc/bugs/Windows:_can__39__t_clone_repository.mdwn b/doc/bugs/Windows:_can__39__t_clone_repository.mdwn
index f6e611251..6a99f8474 100644
--- a/doc/bugs/Windows:_can__39__t_clone_repository.mdwn
+++ b/doc/bugs/Windows:_can__39__t_clone_repository.mdwn
@@ -42,3 +42,15 @@ git version 1.9.5.msysgit.0
Windows 7 64bit
+> Here's a nickle kid, go buy yourself a real OS that supports
+> colon in filenames.
+>
+> Windows has all kinds of stupid limitations that are enough fun
+> making git-annex support, without trying to make its source/website
+> repo also avoid them.
+>
+> The solution is cygwin; git-annex's windows autobuilder uses cygwin's
+> version of git to check out its git repository, and that should work for you.
+> [[done]]
+>
+> --[[Joey]]
diff --git a/doc/forum/4hr+_sync_on_new_remote___40__USB_drive__41__/comment_1_01a6020d25826a3e0afb087899f6919c._comment b/doc/forum/4hr+_sync_on_new_remote___40__USB_drive__41__/comment_1_01a6020d25826a3e0afb087899f6919c._comment
new file mode 100644
index 000000000..d7209a89b
--- /dev/null
+++ b/doc/forum/4hr+_sync_on_new_remote___40__USB_drive__41__/comment_1_01a6020d25826a3e0afb087899f6919c._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-03-16T17:38:02Z"
+ content="""
+git gc is using the time here.
+
+It's easy to configure git to not do auto-gc. See the git-config man
+page's documentation of gc.auto.
+
+(It's impossible to use git-annex in indirect mode on a fat filesystem,
+unless FAT has suddenly grown symlink support overnight and I didn't
+notice..)
+"""]]
diff --git a/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_2_75abe6da74cd0432e616e391f5be6fe3._comment b/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_2_75abe6da74cd0432e616e391f5be6fe3._comment
new file mode 100644
index 000000000..49dd5f4ef
--- /dev/null
+++ b/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_2_75abe6da74cd0432e616e391f5be6fe3._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2015-03-16T17:14:50Z"
+ content="""
+This control socket message sounds like the actual problem is
+that unix sockets cannot be used on this filesystem. git-annex
+puts the socket there to make ssh connection caching work.
+
+So, I think you need to disable ssh connection caching:
+`git config annex.sshcaching false`
+
+I was able to reproduce a similar failure on nfts on linux.
+"""]]
diff --git a/doc/forum/Symantec_endpoint_protection_raises_WS.Reputation.1_on_git-annex_windows_installer/comment_1_3b1da8ce0dcf43efcdc9b264ef21fb3a._comment b/doc/forum/Symantec_endpoint_protection_raises_WS.Reputation.1_on_git-annex_windows_installer/comment_1_3b1da8ce0dcf43efcdc9b264ef21fb3a._comment
new file mode 100644
index 000000000..7cbed378f
--- /dev/null
+++ b/doc/forum/Symantec_endpoint_protection_raises_WS.Reputation.1_on_git-annex_windows_installer/comment_1_3b1da8ce0dcf43efcdc9b264ef21fb3a._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-03-16T17:29:39Z"
+ content="""
+Does "low reputation" mean "few users", or "we have a reason to distrust
+this"? In the former case, I obviously can't do anything, and in the latter
+case, I'd need to know what problem they think it has.
+"""]]
diff --git a/doc/forum/noob_question._VPS_web_assistant/comment_1_49f349192d64048753bedcf10ee22355._comment b/doc/forum/noob_question._VPS_web_assistant/comment_1_49f349192d64048753bedcf10ee22355._comment
new file mode 100644
index 000000000..f08d3e8c5
--- /dev/null
+++ b/doc/forum/noob_question._VPS_web_assistant/comment_1_49f349192d64048753bedcf10ee22355._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-03-16T17:26:33Z"
+ content="""
+The url inculudes a secret token, so a new url is generated each time
+the assistant is started.
+
+The file `.git/annex/url` in your git-annex repository contains the current
+url.
+"""]]