diff options
author | 2013-11-30 15:24:42 -0400 | |
---|---|---|
committer | 2013-11-30 15:24:42 -0400 | |
commit | c2584ef53bce687392a9ef2571701d56ffd1d9fe (patch) | |
tree | a12c029dde7f078adc3cb77ea53ec34b2fa06269 /doc/bugs/Symlinks.mdwn | |
parent | 440f3b1068a1d0a49dff1307124c4f7f0bcd6f5d (diff) | |
parent | 015eeb5c5e6d972a217446c2defd78267b6ef98a (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/Symlinks.mdwn')
-rw-r--r-- | doc/bugs/Symlinks.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/Symlinks.mdwn b/doc/bugs/Symlinks.mdwn new file mode 100644 index 000000000..b8d6eded2 --- /dev/null +++ b/doc/bugs/Symlinks.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. +Symlinks get dereferenced. + +### What steps will reproduce the problem? +Include a symlink in the repo. Wait until another client syncs the repo. + +### What version of git-annex are you using? On what operating system? +git-annex version: 5.20131117-gbd514dc + +build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA CryptoHash + +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL + +remote types: git gcrypt S3 bup directory rsync web webdav glacier hook + +local repository version: unknown + +default repository version: 3 + +supported repository versions: 3 5 + +upgrade supported from repository versions: 0 1 2 4 + +### Please provide any additional information below. +I have a file `/Users/lhunath/annex/Library/Application Support/CrossOver/Bottles/Fallout 3/drive_c/users/crossover/My Documents` which is a symlink to `~/Documents` on the originating client. On the destination client, This turns into a directory, causing the whole content of `~/Documents` to get included in each bottle, which includes a bunch of VM images etc..... + |