Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
9ed58ef930
4 changed files with 42 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="209.250.56.154"
|
||||||
|
subject="comment 7"
|
||||||
|
date="2014-03-17T19:50:48Z"
|
||||||
|
content="""
|
||||||
|
@severo the web app does not support setting up that use case. However, you can make a non-bare clone of your repository onto a removable drive, and if you do the assistant will use it just the same as if you'd set up a removable drive using the webapp. Note that you will need to run `git annex sync` inside that repository in order to update the tree it displays.
|
||||||
|
"""]]
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawkBEmz5XoJVzN0u-0nOtpn7BBBDHsiLmxY"
|
||||||
|
nickname="Eric"
|
||||||
|
subject="comment 6"
|
||||||
|
date="2014-03-17T20:12:31Z"
|
||||||
|
content="""
|
||||||
|
oh, so basically what i must have done was to delete the remote via git but it still existed in git annex?
|
||||||
|
"""]]
|
|
@ -0,0 +1,16 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo"
|
||||||
|
nickname="donkeyicydragon"
|
||||||
|
subject="Maybe the autobuild is broken?"
|
||||||
|
date="2014-03-17T20:32:19Z"
|
||||||
|
content="""
|
||||||
|
The latest autobuild log for amd64 says:
|
||||||
|
Starting at: Fri Mar 14 21:42:07 UTC 2014
|
||||||
|
|
||||||
|
I downloaded the amd64 autobuild from https://git-annex.branchable.com/install/Linux_standalone/
|
||||||
|
|
||||||
|
and it indeed is from Friday.
|
||||||
|
|
||||||
|
Cheers,
|
||||||
|
Marek
|
||||||
|
"""]]
|
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="209.250.56.154"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2014-03-17T19:48:57Z"
|
||||||
|
content="""
|
||||||
|
The difficulty with adding a --branch is that if it causes git-annex to operate on a list of (file, key) from the branch, then commands that actually modify the working tree would modify it, instead of the branch. So the options seem to be only generating a list of keys, and so only letting commands that operate on keys work (which rules out the `git annex find` example), or carefully arranging for commands that actually affect the work tree to not be usable with this option.
|
||||||
|
|
||||||
|
I'm not sure how many commands are affected. The ones I can immediately think of are sync, lock, unlock. (Commands like get obviously affect the work tree in direct mode, but it's fine to have getting a file from a branch also update files in the work tree, if they pointed at the same key.)
|
||||||
|
"""]]
|
Loading…
Reference in a new issue