Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2017-09-07 15:54:04 -04:00
commit 9379f4174e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="anthony@ad39673d230d75cbfd19d2757d754030049c7673"
nickname="anthony"
avatar="http://cdn.libravatar.org/avatar/05b48b72766177b3b0a6ff4afdb70790"
subject="comment 1"
date="2017-09-06T22:01:57Z"
content="""
Looking forward to the export support!
Just curious (and I apologize in advance for any nightmares induced) did you consider the case of four files, AD, where (content-wise) A=B and C=D and the change is to swap A/C and B/D? That'd potentially be an issue, since four files want to share two temporary names. Unless of course it's all only done with pairwise swaps.
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="Horus"
avatar="http://cdn.libravatar.org/avatar/8f0ee08b98ea5bba76c3fe112c08851c"
subject="comment 1"
date="2017-09-07T09:30:53Z"
content="""
Well, there is ```git unannex ...```
<https://git-annex.branchable.com/git-annex-unannex/>
Is that what you're looking for?
"""]]

View file

@ -0,0 +1,15 @@
Hello,
I want to use git-annex on a directory that also other persons, without git-annex use, i.e. modify, add and remove files to.
What need I consider when doing that?
* Use indirect mode
* The the .git directory somewhere else?
* Be prepared that a ```git annex get``` can always bring up checksum problems because someone modified the file
I assume git-annex checksums before pushing to the repo, so that I don't otherwrite someone elses changes.
What else?
Thanks!