Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
8fe7be98d4
8 changed files with 80 additions and 1 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo"
|
||||
nickname="Brian"
|
||||
subject="Duplicate bug report"
|
||||
date="2013-05-15T02:35:34Z"
|
||||
content="""
|
||||
This report is a duplicate of [[Android app permission denial on startup]]
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4"
|
||||
nickname="David"
|
||||
subject="Just use Unix Paths like git does?"
|
||||
date="2013-05-15T20:43:34Z"
|
||||
content="""
|
||||
Can't you just use unix-style paths for your internal data structures, and wrap/patch the filesystem I/O code to convert between the two?
|
||||
"""]]
|
|
@ -1,4 +1,4 @@
|
|||
The Windows port can now do everything in the [[walkthough]]. It can use
|
||||
The Windows port can now do everything in the [[walkthrough]]. It can use
|
||||
both local and remote git repositories. Some special remotes work
|
||||
(directory at least; probably rsync; likely any other special remote that
|
||||
can have its dependencies built). Missing features include most special
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawlJ2utMQgMEYAOs3Dfc6eZRyUzt4acNXUU"
|
||||
nickname="David"
|
||||
subject="git on windows"
|
||||
date="2013-05-15T04:26:48Z"
|
||||
content="""
|
||||
Adding git to the PATH variable is an optional step in the msysgit installer, fyi.
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
|
||||
nickname="Jimmy"
|
||||
subject="comment 2"
|
||||
date="2013-05-15T22:30:05Z"
|
||||
content="""
|
||||
I was thinking maybe migrating away from gitbuilder to using something like buildbot as it seems to be a better fit for this project than gitbuilder.
|
||||
"""]]
|
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM"
|
||||
nickname="Bruno"
|
||||
subject="comment 1"
|
||||
date="2013-05-15T18:29:19Z"
|
||||
content="""
|
||||
Did you have any problem installing unix-2.6.0.1?
|
||||
|
||||
I got :
|
||||
|
||||
cabal.exe: Missing dependencies on foreign libraries:
|
||||
* Missing (or bad) header file: HsUnix.h
|
||||
* Missing C libraries: rt, dl
|
||||
"""]]
|
|
@ -0,0 +1,24 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk"
|
||||
nickname="Tim"
|
||||
subject="bup location data not synced through annex assistant"
|
||||
date="2013-05-15T15:08:54Z"
|
||||
content="""
|
||||
I set up 2 servers running git annex assistant, both with a ~/annex dir and an additional ~/annex-bup bup repo. There is no additional cloud repository.
|
||||
For test, I added my /etc dir which uploaded correctly from server1, but which never arrived on server2
|
||||
|
||||
bup@bup1:~/annex/etc$ git annex whereis updatedb.conf
|
||||
whereis updatedb.conf (3 copies)
|
||||
687d3a7f-4798-4dbe-8774-1785b8ab6b7d -- here (bup@bup1:~/annex)
|
||||
adfc1307-771f-40e9-b794-bae2e1f21b8b -- bup2-annex-bup
|
||||
e4e0ac0b-992a-4312-a4ac-fc8d3d9f7c0f -- bup1-annex-bup
|
||||
ok
|
||||
|
||||
bup@bup2:~/annex/etc$ git annex whereis updatedb.conf
|
||||
whereis updatedb.conf (1 copy)
|
||||
687d3a7f-4798-4dbe-8774-1785b8ab6b7d -- bup1 (bup@bup1:~/annex)
|
||||
ok
|
||||
|
||||
As you can see, server 2 just doesn't know the data is already on it's own disk in it's local bup repo.
|
||||
Is there a reason this data does not get synced? Should I set up a transfer repo?
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk"
|
||||
nickname="Tim"
|
||||
subject="my bad"
|
||||
date="2013-05-15T15:39:31Z"
|
||||
content="""
|
||||
Sorry, looks like I did initremote twice on the same folder, instead of enableremote the second time...
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue