Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
39d7579f04
9 changed files with 70 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY"
|
||||
nickname="Jimmy"
|
||||
subject="comment 3"
|
||||
date="2014-02-21T22:05:06Z"
|
||||
content="""
|
||||
And yep, it's fixed in 5.20140221-g1a47f5f. Thanks guys!
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.172"
|
||||
subject="comment 1"
|
||||
date="2014-02-21T17:36:03Z"
|
||||
content="""
|
||||
Marking a repository as dead does not mean it is deleted. The way this is supposed to work, using the webapp is you tell it to start deleting the repository, which causes it to mark it as dead, and also, crucially, puts it into the \"unwanted\" group. This does not remove it from the list yet, but it causes all files located in the repository to be moved off it (assuming the repository can still be accessed).
|
||||
|
||||
Then once the webapp detects that the repository is empty it will prompt you to continue the deletion process and truely remove it. It can take quite a while for the webapp to get around to this last step, since it's done during the expensive transfer scan, which it tries to avoid running unnecessarily.
|
||||
|
||||
In any case, you can always edit .git/config and delete the remote, which should make the webapp no longer show it, as long as it's marked as dead.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck"
|
||||
nickname="Jim"
|
||||
subject="Metadata?"
|
||||
date="2014-02-21T18:44:10Z"
|
||||
content="""
|
||||
I suspect the new [metadata](http://git-annex.branchable.com/design/metadata/) support could be used to help implement this.
|
||||
"""]]
|
|
@ -0,0 +1,5 @@
|
|||
Is there any way to find all files that do not have a certain field assigned in metadata. E.g. I want to find all files that do not have an author field set and
|
||||
|
||||
git-annex find --not --metadata "author=*"
|
||||
|
||||
doesn't give any results.
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://grossmeier.net/"
|
||||
nickname="greg"
|
||||
subject="confirmed"
|
||||
date="2014-02-21T17:53:02Z"
|
||||
content="""
|
||||
Yeah, I choose no encryption for this one for worst case scenario reasons (I still want photos of my kid even if I loss my gpg key and my house burns down). Now about setting up http://git.kitenet.net/?p=gpg.git;a=blob;f=README.sss;hb=HEAD ......
|
||||
"""]]
|
5
doc/todo/ctrl_c_handling.mdwn
Normal file
5
doc/todo/ctrl_c_handling.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
|||
Sometimes I start off a large file transfer to a new remote (a la "git-annex copy . --to glacier").
|
||||
|
||||
I believe all of the special remotes transfer the files one at a time, which is good, and provides a sensible place to interrupt a copy/move operation.
|
||||
|
||||
Wish: When I press ctrl+c in the terminal, git-annex will catch that and finish it's current transfer and then exit cleanly (ie: no odd backtraces in the special remote code). For the case where the file currently being transfered also needs to be killed (ie: it's a big .iso) then subsequent ctrl+c's can do that.
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.172"
|
||||
subject="comment 1"
|
||||
date="2014-02-21T21:36:14Z"
|
||||
content="""
|
||||
This really depends on the remote, some can resume where they were interrupted, such as rsync, and some cannot, such as glacier (and, er, encrypted rsync).
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://grossmeier.net/"
|
||||
nickname="greg"
|
||||
subject="very remote specific"
|
||||
date="2014-02-21T22:11:16Z"
|
||||
content="""
|
||||
Yeah, this is very remote specific and probably means adding the functionality there as well (eg: in the glacier.py code, not only in git-annex haskell). Maybe I should file bugs there accordingly :)
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.172"
|
||||
subject="comment 3"
|
||||
date="2014-02-21T22:34:14Z"
|
||||
content="""
|
||||
Hmm, I forget if it's possible for git-annex to mask SIGINT when it runs glacier or rsync, so that the child process does not receive it, but the parent git-annex does.
|
||||
"""]]
|
Loading…
Reference in a new issue