Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
594fb9e565
2 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.6.135"
|
||||
subject="comment 1"
|
||||
date="2012-06-15T19:25:59Z"
|
||||
content="""
|
||||
Sure, you can simply:
|
||||
|
||||
cp annexedfile ~
|
||||
|
||||
Or just attach the file right from the git repository to an email, like any other file. Should work fine.
|
||||
|
||||
If you wanted to copy a whole directory to export, you'd need to use the -L flag to make cp follow the symlinks and copy the real contents:
|
||||
|
||||
cp -r -L annexeddirectory /media/usbdrive/
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://denis.laxalde.org/"
|
||||
nickname="dlax"
|
||||
subject="nautilus"
|
||||
date="2012-06-15T19:57:31Z"
|
||||
content="""
|
||||
Ah! I was fooled by nautilus which is not able to properly handle symlinks when copying. It copies links instead of target [[!gnomebug 623580]].
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue