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

This commit is contained in:
Joey Hess 2014-01-26 14:09:25 -04:00
commit e72aafac7a
5 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,8 @@
### Please describe the problem.
The webapp does not offer me the option to delete a remote repository that it did not succeed to synchronize with. Status of the repository is sync enabled (metadata only) but in settings I may only edit the repo, but cannot delete it.
### What steps will reproduce the problem?
Set up git-annex on a new computer. Forget to enable ssh on the machine. Perform a local pairing (success). The sync fails for obvious reasons.
### What version of git-annex are you using? On what operating system?
System is ubuntu but I assume this is a general issue. Version of git-annex is 5.20140117

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.46"
subject="comment 1"
date="2014-01-26T17:57:25Z"
content="""
If you go to Edit, it will let you upgrade the repository, which should fix your problem.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.46"
subject="comment 1"
date="2014-01-26T18:08:21Z"
content="""
I'd rather that people not lose the content of annexed files that are in either their current local branch, or the current branch of any other clones of the repository that they might be working on. This is why `unused` looks at the remote tracking branches, and the various sync branches.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g"
nickname="Jeff"
subject="comment 2"
date="2014-01-26T04:29:09Z"
content="""
I've actually been having a pretty tough time with it. Could you point me in the right direction? There's not any Haskell infrastructure on Arch ARM yet so I'd either be compiling the whole Haskell Platform or cross-compiling on x86_64 right?
Thanks
Jeff
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.46"
subject="comment 3"
date="2014-01-26T17:59:52Z"
content="""
Well, yes, the first step will be getting a ghc for the architecture, and then it's just a matter of following [[install/cabal]]
"""]]