From 2c46af7d75950e80b1f3629dab0c6409bafe7592 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 22 Sep 2013 00:24:11 +0000 Subject: Added a comment: runshell typo prevents execution --- ...omment_13_cb12d419459e5cac766022ee0697fedc._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment diff --git a/doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment b/doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment new file mode 100644 index 000000000..c9e199961 --- /dev/null +++ b/doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="John" + ip="109.242.130.160" + subject="runshell typo prevents execution" + date="2013-09-22T00:24:10Z" + content=""" +Using the latest Mountain Lion build available. + +>$ /Applications/git-annex.app/Contents/MacOS/git-annex + +>/Applications/git-annex.app/Contents/MacOS/runshell: line 25: syntax error near unexpected token `&' + +Line 25: +>echo \"** runshell loop detected!\"> &2 + +Fix (obvious but for the sake of completeness): +>echo \"** runshell loop detected!\" >&2 +"""]] -- cgit v1.2.3 From c2854341ad527620b7a8eb43465cce2e3d3edb60 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 22 Sep 2013 00:50:54 +0000 Subject: --- ...cing_with_an_encrypted_remote_from_a_different_computer__63__.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/forum/Syncing_with_an_encrypted_remote_from_a_different_computer__63__.mdwn diff --git a/doc/forum/Syncing_with_an_encrypted_remote_from_a_different_computer__63__.mdwn b/doc/forum/Syncing_with_an_encrypted_remote_from_a_different_computer__63__.mdwn new file mode 100644 index 000000000..9315d9218 --- /dev/null +++ b/doc/forum/Syncing_with_an_encrypted_remote_from_a_different_computer__63__.mdwn @@ -0,0 +1,4 @@ +I created an "full archive" repo on my local pc and an encrypted "full backup" repo on Box.com. I 'm copying files on the local repo and they are getting encrypted and uploaded to Box. Superb so far :) + +What I am wondering though is, suppose my local pc dies. How do I get the data out of Box unencrypted from a new pc? + -- cgit v1.2.3 From 532e7a5bba546f93dc1a5315417251f1966f2c17 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Sep 2013 09:45:50 -0400 Subject: fix typo in runshell (will update standalone builds for last release) --- standalone/linux/runshell | 2 +- standalone/osx/git-annex.app/Contents/MacOS/runshell | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/standalone/linux/runshell b/standalone/linux/runshell index 6e2e21906..78ba3be15 100755 --- a/standalone/linux/runshell +++ b/standalone/linux/runshell @@ -20,7 +20,7 @@ if [ ! -e "$base/bin/git" ]; then exit 1 fi if [ -n "$GIT_ANNEX_STANDLONE_ENV" ]; then - echo "** runshell loop detected!"> &2 + echo "** runshell loop detected!" >&2 fi # Get absolute path to base, to avoid breakage when things change directories. diff --git a/standalone/osx/git-annex.app/Contents/MacOS/runshell b/standalone/osx/git-annex.app/Contents/MacOS/runshell index 5094ad0b2..01c31de55 100755 --- a/standalone/osx/git-annex.app/Contents/MacOS/runshell +++ b/standalone/osx/git-annex.app/Contents/MacOS/runshell @@ -22,7 +22,7 @@ if [ ! -e "$bundle/git" ]; then exit 1 fi if [ -n "$GIT_ANNEX_STANDLONE_ENV" ]; then - echo "** runshell loop detected!"> &2 + echo "** runshell loop detected!" >&2 fi # Get absolute path to base, to avoid breakage when things change directories. -- cgit v1.2.3 From 057f1167f311e7cc0d278ae17684d737319f0512 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 22 Sep 2013 14:15:28 +0000 Subject: Added a comment --- .../comment_14_c966fa549bc73c52034ac9abc49de52a._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/OSX_app_issues/comment_14_c966fa549bc73c52034ac9abc49de52a._comment diff --git a/doc/bugs/OSX_app_issues/comment_14_c966fa549bc73c52034ac9abc49de52a._comment b/doc/bugs/OSX_app_issues/comment_14_c966fa549bc73c52034ac9abc49de52a._comment new file mode 100644 index 000000000..df45eb601 --- /dev/null +++ b/doc/bugs/OSX_app_issues/comment_14_c966fa549bc73c52034ac9abc49de52a._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.1.250" + subject="comment 14" + date="2013-09-22T14:15:28Z" + content=""" +I have fixed the runshell typo and updated the builds. +"""]] -- cgit v1.2.3 From ecf41eb545f94a8bd89d51acb32b9133413a9655 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkSbvo_NbY-ev1VKtzwo7nEqUmvRO6rXGA" Date: Sun, 22 Sep 2013 18:30:45 +0000 Subject: Added a comment --- .../comment_14_7d4d4515218d1259d32be3baeb5ee56e._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/tips/using_gitolite_with_git-annex/comment_14_7d4d4515218d1259d32be3baeb5ee56e._comment diff --git a/doc/tips/using_gitolite_with_git-annex/comment_14_7d4d4515218d1259d32be3baeb5ee56e._comment b/doc/tips/using_gitolite_with_git-annex/comment_14_7d4d4515218d1259d32be3baeb5ee56e._comment new file mode 100644 index 000000000..048dfa698 --- /dev/null +++ b/doc/tips/using_gitolite_with_git-annex/comment_14_7d4d4515218d1259d32be3baeb5ee56e._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkSbvo_NbY-ev1VKtzwo7nEqUmvRO6rXGA" + nickname="François" + subject="comment 14" + date="2013-09-22T18:30:45Z" + content=""" +@khaije + +Could you paste your config file? Here is mine: http://paste.debian.net/44856/ +I don't have any COMMANDS array. Could you elaborate your modifications please? + +Thanks. +"""]] -- cgit v1.2.3