From bd77828f1fe8c6f7169d0556ceb0b88793ed8b78 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 18 Apr 2013 20:01:50 +0000 Subject: [PATCH 1/2] Added a comment --- ...comment_1_3488ed85ad98f14cb17f229225ece26e._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Using_for_Music_repo/comment_1_3488ed85ad98f14cb17f229225ece26e._comment diff --git a/doc/forum/Using_for_Music_repo/comment_1_3488ed85ad98f14cb17f229225ece26e._comment b/doc/forum/Using_for_Music_repo/comment_1_3488ed85ad98f14cb17f229225ece26e._comment new file mode 100644 index 0000000000..6176f755dd --- /dev/null +++ b/doc/forum/Using_for_Music_repo/comment_1_3488ed85ad98f14cb17f229225ece26e._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-04-18T20:01:50Z" + content=""" +You can use [[direct_mode]] to keep all files unlocked all the time. + +You can use the [[assistant]] to automatically commit whatever changes are made to the directory, as well as automatically sync them to your other computers. +"""]] From 3b3c1044f62a98c95fb9d95c9c7b3b1f0edaccea Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 18 Apr 2013 20:08:12 +0000 Subject: [PATCH 2/2] Added a comment --- ...comment_1_746545273b53849c42ff6272324e5155._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/git_annex_assistant_--autostart_failed/comment_1_746545273b53849c42ff6272324e5155._comment diff --git a/doc/bugs/git_annex_assistant_--autostart_failed/comment_1_746545273b53849c42ff6272324e5155._comment b/doc/bugs/git_annex_assistant_--autostart_failed/comment_1_746545273b53849c42ff6272324e5155._comment new file mode 100644 index 0000000000..7267ec1c48 --- /dev/null +++ b/doc/bugs/git_annex_assistant_--autostart_failed/comment_1_746545273b53849c42ff6272324e5155._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-04-18T20:08:12Z" + content=""" +The most likely cause of this error is a bad `~/.config/git-annex/program` file. Either the file is missing, or it points to the wrong location for the git-annex command. All that --autostart does is run the program listed on that file in each repository listed in the autostart file. Note that you don't need the file when git-annex is installed in your PATH. + +So, how did you install git-annex? +"""]]