summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-11 22:30:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-11 22:30:01 -0400
commiteccc97940da7f1a5f97dc700ec3e2e12cb78c851 (patch)
tree1e2bfbf2f05c438a334d4eef5be34f3129a4f7fa
parent9df534d2c3385a6b53a3fa3d5793ddb57c09a92b (diff)
parentb5d80fc5b46c36d79b725332e15bbde37c523b61 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/whereis_outputs_no_informaiton_for_unlocked_files.mdwn44
-rw-r--r--doc/design/assistant/blog/day_126__mr_watson_come_here/comment_1_ee1361e6b235f4e1c00596ba516b519a._comment10
2 files changed, 54 insertions, 0 deletions
diff --git a/doc/bugs/whereis_outputs_no_informaiton_for_unlocked_files.mdwn b/doc/bugs/whereis_outputs_no_informaiton_for_unlocked_files.mdwn
new file mode 100644
index 000000000..cb8519952
--- /dev/null
+++ b/doc/bugs/whereis_outputs_no_informaiton_for_unlocked_files.mdwn
@@ -0,0 +1,44 @@
+What steps will reproduce the problem?
+
+ ...:/tmp$ mkdir repro
+ ...:/tmp$ cd repro/
+ ...:/tmp/repro$ git init
+ Initialized empty Git repository in /tmp/repro/.git/
+ ...:/tmp/repro$ git annex init test
+ init test ok
+ ...:/tmp/repro$ echo "A" > a.txt
+ ...:/tmp/repro$ git annex add a.txt
+ add a.txt (checksum...) ok
+ (Recording state in git...)
+ ...:/tmp/repro$ git commit -m "add file"
+ [master (root-commit) bf53ce2] add file
+ 1 file changed, 1 insertion(+)
+ create mode 120000 a.txt
+ ...:/tmp/repro$ git annex whereis a.txt
+ whereis a.txt (1 copy)
+ 5c028c6a-2c5e-11e2-bb9c-17bd7ce81377 -- here (test)
+ ok
+ ...:/tmp/repro$ git annex unlock a.txt
+ unlock a.txt (copying...) ok
+ ...:/tmp/repro$ git annex whereis a.txt
+
+What is the expected output? What do you see instead?
+
+ I'd expect that whereis executed on an unlocked file would behave like whereis executed on a locked file.
+
+What version of git-annex are you using? On what operating system?
+
+ $ cat /etc/issue
+ Ubuntu 12.04.1 LTS \n \l
+
+ $ git-annex version
+ git-annex version: 3.20120406
+ local repository version: 3
+ default repository version: 3
+ supported repository versions: 3
+ upgrade supported from repository versions: 0 1 2
+
+ $ uname -a
+ Linux ... 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
+
+Please provide any additional information below.
diff --git a/doc/design/assistant/blog/day_126__mr_watson_come_here/comment_1_ee1361e6b235f4e1c00596ba516b519a._comment b/doc/design/assistant/blog/day_126__mr_watson_come_here/comment_1_ee1361e6b235f4e1c00596ba516b519a._comment
new file mode 100644
index 000000000..47766dc77
--- /dev/null
+++ b/doc/design/assistant/blog/day_126__mr_watson_come_here/comment_1_ee1361e6b235f4e1c00596ba516b519a._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs"
+ nickname="Louis"
+ subject="Base64 vs. yEnc"
+ date="2012-11-12T02:02:17Z"
+ content="""
+Would yEnc be a suitable alternative to base64 for encoding the binary transfers over XMPP? Or why not?
+
+Thanks!
+"""]]