Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
171302db09
5 changed files with 41 additions and 0 deletions
|
@ -8,3 +8,13 @@ What version of git-annex are you using? On what operating system?
|
|||
git-annex version: 3.20120807 Ubuntu 12.04 updated on Aug 20th annex was installed via cabal on Aug 20th, all other packages are from ubuntu.
|
||||
|
||||
> What is the error message from fsck? --[[Joey]]
|
||||
|
||||
This is the output:
|
||||
|
||||
> reinject ....Moon.avi (checksum...)
|
||||
> Bad file content; moved to /mnt/.../.git/annex/bad/SHA512E-s94402560--ead9db1f34739014a216239d9624bce74d92fe723de06505f9b94cb4c063142ba42b04546f11d3d33869b736e40ded2ff779cb32b26aa10482f09407df0f3c8d.Moon.avi
|
||||
failed
|
||||
> (Recording state in git...)
|
||||
> git-annex: reinject: 1 failed
|
||||
|
||||
The original file also has sha512 ead9db1f34739014a216239d9624bce74d92fe723de06505f9b94cb4c063142ba42b04546f11d3d33869b736e40ded2ff779cb32b26aa10482f09407df0f3c8d
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://dieter-be.myopenid.com/"
|
||||
nickname="dieter"
|
||||
subject="better logo?"
|
||||
date="2012-08-20T21:22:25Z"
|
||||
content="""
|
||||
Maybe you should contact designers and see what kind of logo they can come up with. Probably something better.
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
I'm using git-annex to manage my files. Some of my remotes are available using 2 or 3 methods, for example ssh and nfs, but the nfs access is only possible on my local network, of course. Then, git-annex chooses the fastest method to sync or get the files (nfs, if available, ssh instead, using scores to choose). For now, I define a remote per repository and per access method (example: server-by-ssh, server-by-nfs), but that's not a really git-annex way to do the job, as it is not compliant with the numcopies option, which ckecks that the files in the annex are kept with enough replications (with my current method, many remotes are in fact the same folders on a hard drive).
|
||||
|
||||
Then, my question applies to both git and git-annex, since the remotes are added in git, not git-annex: I wonder if it is possible to define alternative url for a given remote.
|
||||
|
||||
I have tried to use the git remote set --url --add command, but it doesn't really work as I would expect. Indeed, if the nfs url is not reachable, git hangs up and waits.
|
||||
|
||||
Any idea?
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo"
|
||||
nickname="Justin"
|
||||
subject="comment 1"
|
||||
date="2012-08-21T12:42:16Z"
|
||||
content="""
|
||||
I don't think having multiple remotes for the same repository confuses git-annex since it uses the UUID not the url to identify them.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.8.29"
|
||||
subject="Justin is right"
|
||||
date="2012-08-21T15:57:46Z"
|
||||
content="""
|
||||
git-annex doesn't care how many git remotes you have pointing to a given repo, that repo's uuid still only counts as one copy.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue