Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
19459f64fa
4 changed files with 52 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 7"
|
||||
date="2013-11-22T16:50:31Z"
|
||||
content="""
|
||||
I appreciate the investigation.
|
||||
|
||||
Now that there's a direct mode guard, it would be possible to have git-annex translate .git directories to some other name when adding files to git. This seems more likely than getting git changed.
|
||||
|
||||
However, I am not convinced *at all* that it makes any sense to try to sync git repositories in this way. I realize that some people drop git checkouts into dropbox and use that, but it's a fundamentally unsound thing to do, and those people are just lucky if they manage to avoid running into problems doing that.
|
||||
|
||||
If you have two clones of a repo, and a git repository is checked into both, and they become partitioned for a while and larger re-merge, then there can be conflicts in the files that make up the git repository. Which git-annex would auto-resolve, with the effect that the checked-in git repository would appear to be broken.
|
||||
|
||||
Also, this feature would only be used by a small number of users, on the border between people who can use git the Correct Way, and people who don't use git other than with the assistant.
|
||||
|
||||
It would make sense to make git-annex refuse to add files inside nested git repositories though.
|
||||
"""]]
|
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 1"
|
||||
date="2013-11-22T16:37:36Z"
|
||||
content="""
|
||||
git-annex is a native binary, and is currently only being built for arm android.
|
||||
|
||||
Is Android on x86 a thing used on real-world hardware? I have only seen it in the context of a developer's test environment.
|
||||
|
||||
The instructions for building git-annex from source for Android should work on x86. The ghc-android build would need to be tweaked to build a cross compiler targeting that architecture. This can be done by editing settings near the top of ghc-android's `build.sh`.
|
||||
|
||||
I am going to move this from bugs/ to todo/ after posting this comment, because it is certiantly not a bug, but a wishlist item at best.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 32"
|
||||
date="2013-11-22T16:27:36Z"
|
||||
content="""
|
||||
@robohack, the ghc7.0 branch is not being maintained, and is so old I don't recommend it. To build it against current cabal you will probably need to version its dependency on network to an older version than 2.4.0.
|
||||
|
||||
Also, git-annex has not depended on pcre for a long time. But you're building thoroughly old version so get to trip over every bug that's been reported for the past 2 years..
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawm5Z8wzidsumLYQnHdrVxpCx8vsd9llSlg"
|
||||
nickname="Emanuele"
|
||||
subject="comment 4"
|
||||
date="2013-11-22T15:52:42Z"
|
||||
content="""
|
||||
OVH is offering free accounts with 25GB of storage on their hubiC service: https://hubic.com/en/
|
||||
|
||||
The API documentation (based on OAuth2 and OpenStack Swift) is available at https://api.hubic.com/
|
||||
"""]]
|
Loading…
Reference in a new issue