From e4b137378f8c2a8eb7919d392442c78d4e479932 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/StKYI.ZuofVB3xNCCzjJo.V7Fg--#11600" Date: Tue, 12 May 2015 15:31:56 +0000 Subject: [PATCH] --- doc/forum/Symlink_points_to_old_version.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/Symlink_points_to_old_version.mdwn 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 0000000000..257a7d5aa3 --- /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