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

This commit is contained in:
Joey Hess 2013-11-25 12:55:19 -04:00
commit 27bb1be7f1
5 changed files with 69 additions and 0 deletions

View file

@ -0,0 +1,26 @@
### Please describe the problem.
Git annex cannot add files that are marked read-only
### What steps will reproduce the problem?
$ echo "This should not be modified" > read_only_file.txt
$ chmod 400 read_only_file.txt
$ git annex add .
add read_only_file.txt (checksum...)
git-annex: read_only_file.txt: removeLink: permission denied (Permission denied)
failed
### What version of git-annex are you using? On what operating system?
git-annex version: 4.20131106
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP 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: 3
default repository version: 3
supported repository versions: 3 4
upgrade supported from repository versions: 0 1 2
git version 1.8.4.3

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://launchpad.net/~psycojoker"
nickname="psycojoker"
subject="comment 3"
date="2013-11-25T09:54:33Z"
content="""
Just to confirm that I'm also affected. Maybe you should add the possibility in the error message next to \"is the password correct?\".
"""]]

View file

@ -0,0 +1,19 @@
### Please describe the problem.
Installing on Windows requires installing git followed by git-annex. Installing the former works without admin rights, but the latter cannot be installed afterwards.
### What steps will reproduce the problem?
1. Create a Windows account without admin rights
2. Install git
3. Install git-annex
### What version of git-annex are you using? On what operating system?
Latest release on MS Windows.
### Please provide any additional information below.
Installing git creates read-only directories that cannot be used by the git-annex install afterwards. Without admin rights, the read-only flag of the git dir cannot be altered.

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://id.clacke.se/"
nickname="clacke"
subject="git-annex release annex"
date="2013-11-25T06:15:23Z"
content="""
Immediate thought: instead of an info file, why not sync a public git repo with releases annexed with URLs?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmuh_0-Mjz7QkVz7gT_7PRpCgmMcBFkj14"
nickname="Wichert"
subject="Running from DMG is not a sane use-case"
date="2013-11-25T08:23:38Z"
content="""
I don't think you should bother trying to support upgrades when people are running from a dmg. A DMG is just a disk image, and a format commonly used to distribute software. Running software from a DMG is not something anyone does beyond a quick first test of an application. A more reasonable thing to do, which many applications do now, is to offer to move the application from the DMG to /Applications if you detect someone is running it from a DMG.
"""]]