summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 12:44:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 12:44:32 -0400
commit61923e441a35d3526c8d42f251a311dfc58b1704 (patch)
tree5a26ddf8bd3eddba59a2d68fb861fdc6386c5239
parent82e08d64fb7e20f689a5d4e06df83afc45b8b684 (diff)
parent2659e5b5ae807bfc7a597cf5ef973ebd5a5b8833 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Empty_folders_don__39__t_get_remove.mdwn2
-rw-r--r--doc/bugs/when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files/comment_3_f449f259f076ea1b11bd289bdbcc9339._comment13
-rw-r--r--doc/forum/git_annex_on_osx_only_creating_symlinks__63____63__.mdwn18
3 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/Empty_folders_don__39__t_get_remove.mdwn b/doc/bugs/Empty_folders_don__39__t_get_remove.mdwn
new file mode 100644
index 000000000..e7d2a4b2c
--- /dev/null
+++ b/doc/bugs/Empty_folders_don__39__t_get_remove.mdwn
@@ -0,0 +1,2 @@
+### Please describe the problem.
+When you rename, move or delete a folder (with files in it) the old folder doesn't get deleted in the other clients
diff --git a/doc/bugs/when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files/comment_3_f449f259f076ea1b11bd289bdbcc9339._comment b/doc/bugs/when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files/comment_3_f449f259f076ea1b11bd289bdbcc9339._comment
new file mode 100644
index 000000000..3aadbc513
--- /dev/null
+++ b/doc/bugs/when_syncing_a_direct_repository__44___git_annex_delete_non_annexed_new_git_files/comment_3_f449f259f076ea1b11bd289bdbcc9339._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnpmMRq6lo2NBrlmoxZQljaU_IaWsWB7qw"
+ nickname="Lukas"
+ subject="direct mode and vanishing files"
+ date="2013-12-10T12:40:51Z"
+ content="""
+Hi
+
+I have the same problem with git-annex 4.20131106 on debian jessie (powerpc) in direct mode and 4.20131101 on mac osx 10.8.5 (self compiled from haskell) in indirect mode.
+Files directly added to git on the mac (indirect mode) are not created in the direct repository and are removed in the indirect repo after the next sync roundtrip.
+
+Thanks a lot for all your efforts and greetings, Lukas
+"""]]
diff --git a/doc/forum/git_annex_on_osx_only_creating_symlinks__63____63__.mdwn b/doc/forum/git_annex_on_osx_only_creating_symlinks__63____63__.mdwn
new file mode 100644
index 000000000..592e26b93
--- /dev/null
+++ b/doc/forum/git_annex_on_osx_only_creating_symlinks__63____63__.mdwn
@@ -0,0 +1,18 @@
+I'm testing out git-annex between a few computers one being a mac (osx 10.9) and a laptop (linux mint 16). With a vps running git annex as a transfer annex.
+
+Anyway sync is *almost* working...
+
+When I add files on my mac's annex they upload, and go to my laptop as they should.
+
+When I add files on my laptop's annex they upload, and the mac "downloads" them but only creates broken symlinks to the files.
+
+
+I looked in the log and nothing out of the ordinary is happening... is this a bug with the osx version or what?
+
+
+**more info**
+
+* the symlink on the osx annex is symlinking to a file in .git/annex/objects
+* the osx annex changes the aliases to real files every time I restart the git annex daemon
+
+Thanks!