diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmU_TTCUbA_Ggdx-Fd9T5BHmDP3ucml9v0 <Nick@web> | 2013-09-15 03:22:26 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-15 03:22:26 +0000 |
commit | ec89a0d64dd0df86bfa3b7e3ea7217720b9ed012 (patch) | |
tree | d675804205d22b11843e980726631c37430e5f21 | |
parent | 21e5b609f4a03ca162e33375b9fcdef45ebb22e5 (diff) |
-rw-r--r-- | doc/forum/Share_with_friend_copies_only_sym_links.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Share_with_friend_copies_only_sym_links.mdwn b/doc/forum/Share_with_friend_copies_only_sym_links.mdwn new file mode 100644 index 000000000..25335ee60 --- /dev/null +++ b/doc/forum/Share_with_friend_copies_only_sym_links.mdwn @@ -0,0 +1,18 @@ +I just setup git-annex across three macs, using git-annex assistant. I have one repository working fine, which successfully syncs between two of my own accounts on two different machines, via S3. + +Now I'm trying to get the "share with a friend" feature to work. The problem is that only Mac Alias's / sym links are created, for example: + +Machine 1: +- Copy file into ~/annex/ + +Machine 2: +- The file is synced as a sym-link, with a link into a file in .git that doesn't exist. + +The config is: +- Two macs +- Share with friend over Jabber +- Use Box as the cloud sync service with encryption enabled. Box is setup as a transfer repository. + +I've looked through the logs in .git/annex/daemon.log* and there doesn't look to be any problems. + +Any ideas what I should look at next? Thanks in advance :-) |