Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
0d618851b6
3 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
Note: This may not be a bug maybe the software doesn't work the way I think.
|
||||
|
||||
What steps will reproduce the problem?
|
||||
|
||||
Using the webapp, I created a normal repo on my desktop. I then added a 'Removable drive' repo on my usb stick.
|
||||
|
||||
I want all my files to be synced and accessibles on both repos so I set the 'Removable drive' repo to 'client'.
|
||||
|
||||
|
||||
What is the expected output? What do you see instead?
|
||||
|
||||
When I look in the 'annex' folder on my usb stick. I see a git repo (annex, branches, hooks) instead of seeing the files in the same way the 'annex' repo on my desktop is.
|
||||
|
||||
|
||||
What version of git-annex are you using? On what operating system?
|
||||
|
||||
I'm using 9e57edff287ac53fc4b1cefef7271e9ed17f2285 (Fri Feb 22 15:19:25 2013 +0000).
|
||||
|
||||
Ubuntu 12.10 x86_64
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.253.75"
|
||||
subject="comment 1"
|
||||
date="2013-02-22T21:46:59Z"
|
||||
content="""
|
||||
You have a bare git repository on your USB stick. The assistant uses bare repositories on USB sticks currently, although recent changes to support FAT make it possible to use non-bare repositories.
|
||||
|
||||
For this to really work the way you want it to, the assistant would need to start updating local non-bare repositories whenever it pushed changes to them. Currently the assistant only updates the repository it's running in, so a non-bare repository on USB would lag behind and show an old version of the directory until manually updated with `git annex sync`.
|
||||
"""]]
|
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://meep.pl/"
|
||||
ip="193.23.174.18"
|
||||
subject="comment 14"
|
||||
date="2013-02-22T21:45:54Z"
|
||||
content="""
|
||||
On Android 2.3.3 (Samsung Galaxy S+) KBOX works, git-annex displays the \"Terminal session is running\" notification and dies immediately.
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue