Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
2416ed18c4
6 changed files with 61 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
[[!comment format=mdwn
|
||||
username="annexuser"
|
||||
ip="64.71.7.82"
|
||||
subject="comment 2"
|
||||
date="2014-07-14T18:21:00Z"
|
||||
content="""
|
||||
I'm having the same problem. Is there a fix for this yet?
|
||||
|
||||
$ git annex version
|
||||
git-annex version: 5.20140709-gc75193e
|
||||
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS 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 tahoe glacier ddar hook external
|
||||
local repository version: 5
|
||||
supported repository version: 5
|
||||
upgrade supported from repository versions: 0 1 2 4
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.2"
|
||||
subject="comment 2"
|
||||
date="2014-07-14T18:21:15Z"
|
||||
content="""
|
||||
How did you create this repository on the android device? Normally a git repository has an index file, unless it has just been manually created with `git init` and has not yet had anything added to it. When the webapp is used to create a repository, it should always leave it with an index file already present.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.2"
|
||||
subject="comment 1"
|
||||
date="2014-07-14T18:33:25Z"
|
||||
content="""
|
||||
I'm afraid that you're comparing apples (SATA drives) and oranges (USB drives).
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.2"
|
||||
subject="comment 1"
|
||||
date="2014-07-14T18:27:43Z"
|
||||
content="""
|
||||
If this is a todo item at all, it may make sense to make `git annex sync` sync even with git remotes that have no annex-uuid.
|
||||
|
||||
As far as solving the problem, I think you just need to sync more in order to get the full list of remotes propigated around to all the remotes. Sync automatically merges disconnected git histories no matter how they got that way or how long they have been disconnected or diverged.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.2"
|
||||
subject="comment 2"
|
||||
date="2014-07-14T18:38:58Z"
|
||||
content="""
|
||||
It seems that the person who filed this todo item also filed [[bugs/sync does not commit with alwasycommit = false]] and got pretty confused by that.
|
||||
|
||||
So, repurposing this todo item to be about perhaps syncing with remotes that have no annex-uuid by default.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.2"
|
||||
subject="comment 2"
|
||||
date="2014-07-14T18:30:38Z"
|
||||
content="""
|
||||
You can use --clean-duplicates unless your goal is for some reason to add the duplicate files to your repository a second time.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue