diff options
author | https://me.yahoo.com/a/StKYI.ZuofVB3xNCCzjJo.V7Fg--#11600 <Per_K@web> | 2015-05-12 15:31:56 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-12 15:31:56 +0000 |
commit | 69b7a78b3645cbc74fc0efcacb998fd76ad171b3 (patch) | |
tree | 689c74d48c6c4ccb9289decd6c7551145aac18f6 /doc/forum | |
parent | bdda31dc516e18f836def030efe53c7eada06318 (diff) |
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/Symlink_points_to_old_version.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Symlink_points_to_old_version.mdwn b/doc/forum/Symlink_points_to_old_version.mdwn new file mode 100644 index 000000000..257a7d5aa --- /dev/null +++ b/doc/forum/Symlink_points_to_old_version.mdwn @@ -0,0 +1,13 @@ +Hello everyone, + +I have some PDF documents in a git annex repository. I appended a page to (several) of these PDF documents the following way: + +- `git annex edit file.pdf` +- Append page to file.pdf +- `git annex add file.pdf` +- `git commit` + +If I now look at file.pdf it will not have the appended page. But if do `git annex edit file.pdf` again I will get the version with the appended page. `git annex add file.pdf` and the page "disappears" again. Anyone got any tips on how to solve this "mystery"? + +All the best, +Per |