diff options
author | https://www.google.com/accounts/o8/id?id=AItOawm6MkmwCd_-IACT0uzgy78u0qH1rPLNO_Q <Dan@web> | 2013-03-08 19:10:32 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-08 19:10:32 +0000 |
commit | 9269c01686024f888547255891c87323f209f795 (patch) | |
tree | de0ef55f669c8583894982bffd42844244b410fb /doc | |
parent | 11745096f1abd23e5a0e4b4643e117dd45ead556 (diff) |
Formatting changes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn b/doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn index a645504e7..f3370fcb6 100644 --- a/doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn +++ b/doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn @@ -1,4 +1,5 @@ **What steps will reproduce the problem?** + I did a basic git annex setup with two repositories talking to each other. They are on the same macine, but I identified them via the hostname, because I intend to set up my production systems on two machines. Since I am new to annex, I'll reproduce the full sequence of commands to create the repos and sync them. *I* noticed the trouble at the last step, when `git annex get` failed. Here is the full sequence of commands: @@ -37,12 +38,17 @@ Here is the full sequence of commands: git-annex: get: 1 failed **What is the expected output? What do you see instead?** + I expected the file shared/135.mae to be copied from the remote repo to the local repo. Instead, this command failed, and said that there was a missing file. This file path is the one that the broken link points to, and it exists on the remote repo. **What version of git-annex are you using? On what operating system?** + git version 1.7.9.6 + git-annex 3.20120523 + CentOS 6.3 (kernel 2.6.32) + 64bit Xeon processor |