summaryrefslogtreecommitdiff
path: root/doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes/comment_1_56474a69c2f174d83be9137d3c045a47._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes/comment_1_56474a69c2f174d83be9137d3c045a47._comment')
-rw-r--r--doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes/comment_1_56474a69c2f174d83be9137d3c045a47._comment33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes/comment_1_56474a69c2f174d83be9137d3c045a47._comment b/doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes/comment_1_56474a69c2f174d83be9137d3c045a47._comment
deleted file mode 100644
index d2a261b83..000000000
--- a/doc/bugs/Weird_behaviour_of_direct_and_indirect_annexes/comment_1_56474a69c2f174d83be9137d3c045a47._comment
+++ /dev/null
@@ -1,33 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ"
- nickname="Walter"
- subject="Commands to accomplish same"
- date="2013-04-13T04:43:41Z"
- content="""
-I feel that the following commands should do essentially the same (ie they do what I intend to do).
-More, they even display the correct (expected) behaviour, it seems the strangeness is introduced by the webapp (which, by the way, is really cool).
-
- cd ~
- mkdir Direct Indirect
- git init Direct/
- git init Indirect/
- cd Direct/
- git annex init Direct
- git annex direct
- cd ../Indirect
- git annex init Indirect
- git annex indirect
- touch Indirect
- git annex add Indirect
- git commit -m 'Initial commit'
- git remote add Direct ..//Direct/
- git annex assistant
- cd ../Direct/
- touch Direct
- git annex add Direct
- git commit -m 'Initial commit'
- git remote add Indirect ../Indirect
- git annex assistant
- touch Test
- echo Test > Test
-"""]]