diff options
author | Rasmus <Rasmus@web> | 2013-04-02 23:25:45 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-04-02 23:25:45 +0000 |
commit | a687cc63fa0a6065abf586143807355bdfe68043 (patch) | |
tree | b034c344605ab931e618a4f4283cfc871e81f260 /doc | |
parent | 991659060e517d9c8e00f619da5a66aa00c5aea9 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Stupid_mistake:_recoverable__63__/comment_3_86aa4d92a1330811862da1ba568b3037._comment | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/forum/Stupid_mistake:_recoverable__63__/comment_3_86aa4d92a1330811862da1ba568b3037._comment b/doc/forum/Stupid_mistake:_recoverable__63__/comment_3_86aa4d92a1330811862da1ba568b3037._comment new file mode 100644 index 000000000..b642cde98 --- /dev/null +++ b/doc/forum/Stupid_mistake:_recoverable__63__/comment_3_86aa4d92a1330811862da1ba568b3037._comment @@ -0,0 +1,42 @@ +[[!comment format=mdwn + username="Rasmus" + ip="213.120.148.111" + subject="comment 3" + date="2013-04-02T23:25:45Z" + content=""" +Joey, + +Sorry for asking again, but I haven't been able to resolve this using the symlinks. + +Consider this file + + ElgarCEH.pdf -> ../.git/annex/objects/g6/q8/SHA256E-759787--3ec5f8d64cc4f84dec74ed7f0f7a640b3e672a03faf0f5fc3daf0b823d596f03.pdf/SHA256E-759787--3ec5f8d64cc4f84dec74ed7f0f7a640b3e672a03faf0f5fc3daf0b823d596f03.pdf + +The file that the symlink points to doesn't exist. I'm not sure it should. The file with {.map,.cahce} extensions does exist, in this case + + sh>ls ../.git/annex/objects/g6/q8/SHA256E-s759787--3ec5f8d64cc4f84dec74ed7f0f7a640b3e672a03faf0f5fc3daf0b823d596f03.pdf/ + SHA256E-s759787--3ec5f8d64cc4f84dec74ed7f0f7a640b3e672a03faf0f5fc3daf0b823d596f03.pdf.cache + SHA256E-s759787--3ec5f8d64cc4f84dec74ed7f0f7a640b3e672a03faf0f5fc3daf0b823d596f03.pdf.map + +The content of the .cache file is + + 1703824 411810 1350480334 + +and the content of the .map file is + + documents/ElgarCEH.pdf + +However, for all of the following + + git add ElgarCEH.pdf + git add --force ElgarCEH.pdf + git annex add ElgarCEH.pdf + +the files are not staged, and I get the message usual + + no changes added to commit. + +with `git log`. + +So do I need to something more in order to get `git` to add my symlinks? +"""]] |