Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
54d7637b3a
11 changed files with 128 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA"
|
||||
nickname="Laszlo"
|
||||
subject="identical filename"
|
||||
date="2013-04-06T09:09:17Z"
|
||||
content="""
|
||||
Same happens, with identical filename+content just in a different subdirectory.
|
||||
|
||||
annex/a.txt
|
||||
annex/back/a.txt
|
||||
"""]]
|
|
@ -0,0 +1,14 @@
|
|||
What steps will reproduce the problem?
|
||||
1. Create a Repository
|
||||
2. Add a Remote Server
|
||||
|
||||
What is the expected output? What do you see instead?
|
||||
The option "Use a git repository on the server" is marked as not available
|
||||
|
||||
What version of git-annex are you using? On what operating system?
|
||||
Version: 4.20130405 but on Webapp ist shows: Version: 4.20130324
|
||||
Linux 64bit
|
||||
|
||||
Please provide any additional information below.
|
||||
git and git-annex are available on the Remote Server
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-04-06T16:38:46Z"
|
||||
content="""
|
||||
Well, it works here. It checks that all of `git`, `rsync`, and `git-annex` are in the path on the remote server using `which`.
|
||||
|
||||
I think the most likely reason would be if you've installed git-annex on the remote server but not in the PATH. If you're using the standalone tarball, for example, it's \"installed\", but it has no way to find it.
|
||||
|
||||
Or, you could have installed from cabal, which puts it in ~/.cabal/bin or ~/bin or something like that, and perhaps you configured your shell to put that directory in the PATH, but you did it in a way that only works for login shells. If you set the PATH in `~/.bashrc`, for example, that would not work for a noninteractive shell.
|
||||
"""]]
|
|
@ -0,0 +1,24 @@
|
|||
What steps will reproduce the problem?
|
||||
|
||||
Unable to reproduce as it seems to happen randomly, to very few files (4/250).
|
||||
|
||||
What is the expected output? What do you see instead?
|
||||
|
||||
I expect to see the assistant warn if it attempts to add a file which fails to add to the annex.
|
||||
Instead, I see no output from the assistant, but lines like this in the log.
|
||||
|
||||
daemon.log.2:add Indie Game Stand/Deadly 30/Deadly30_MAC.zip (checksum...) failed
|
||||
daemon.log.2:add Indie Game Stand/Wyv and Keep/xnafx40_redist.msi (checksum...) failed
|
||||
daemon.log.2:add Indie Game Stand/Blueberry Garden/Blueberry_Garden_1.1.zip (checksum...) failed
|
||||
daemon.log.2:add Indie Game Stand/Flatspace Bundle/fsmusicpack3setup.exe (checksum...) failed
|
||||
|
||||
There is no reason given for the failure in the log file. The assistant also never tries to add them again in normal running (but did add them when it was started again after a reboot).
|
||||
|
||||
What version of git-annex are you using? On what operating system?
|
||||
|
||||
git-annex version: 4.20130314
|
||||
OS: Arch Linux
|
||||
|
||||
Please provide any additional information below.
|
||||
|
||||
The assistant in this case is being used as nothing more than a way for me to see which files have been added (--verbose, --foreground and --debug with 'watch' outputs nothing..). No remotes or anything like that.
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-04-06T16:34:00Z"
|
||||
content="""
|
||||
The assistant runs a daily sanity checker job which will clean up files like these. (`git annex watch` does not, however).
|
||||
|
||||
I think the main reason add could fail is if a file gets modified while it's in the process of being added. It could retry right away, although it needs to do it in a way that does not loop if the file continually fails to be added.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 3"
|
||||
date="2013-04-06T06:32:56Z"
|
||||
content="""
|
||||
More testing shows that only the first git commit is slow. A second commit will be fast whether or not `git-repack` has been run in between.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue