Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
77fea9ce0b
13 changed files with 152 additions and 5 deletions
26
doc/bugs/git-annex_auto_upgrade_is_redundant.mdwn
Normal file
26
doc/bugs/git-annex_auto_upgrade_is_redundant.mdwn
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
Hi,
|
||||||
|
|
||||||
|
On OSX the web-app keeps notifying me of an upgrade, I choose to run it but nothing seems to happen.
|
||||||
|
|
||||||
|
The debug logs show that the upgrade is skipped as it's redundant.
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
Have upgrades set to notify.
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
Current.
|
||||||
|
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
# If you can, paste a complete transcript of the problem occurring here.
|
||||||
|
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
||||||
|
[2014-04-25 08:26:30 BST] Upgrader: An upgrade of git-annex is available. (version 5.20140421)
|
||||||
|
[2014-04-25 08:27:02 BST] main: Skipping redundant upgrade
|
||||||
|
|
||||||
|
# End of transcript or log.
|
||||||
|
"""]]
|
|
@ -0,0 +1,9 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU"
|
||||||
|
nickname="Matt"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2014-04-25T07:36:09Z"
|
||||||
|
content="""
|
||||||
|
The upgrade notifications seem to appear when switching between repositories in the web-app - are repositories treated separately? Or perhaps notifications sent per repo?
|
||||||
|
|
||||||
|
"""]]
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://id.koumbit.net/anarcat"
|
||||||
|
ip="72.0.72.144"
|
||||||
|
subject="comment 2"
|
||||||
|
date="2014-04-25T13:25:43Z"
|
||||||
|
content="""
|
||||||
|
i think this problem was quickly mentionned in [[devblog/day_157__upgrade_checking]], can you provide a full debug log?
|
||||||
|
"""]]
|
|
@ -0,0 +1,38 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
$ git init
|
||||||
|
Initialized empty Git repository in /cygdrive/c/Temp/.git/
|
||||||
|
|
||||||
|
$ git-annex init
|
||||||
|
init
|
||||||
|
Detected a filesystem without fifo support.
|
||||||
|
|
||||||
|
Disabling ssh connection caching.
|
||||||
|
|
||||||
|
Detected a crippled filesystem.
|
||||||
|
|
||||||
|
Disabling core.symlinks.
|
||||||
|
|
||||||
|
Enabling direct mode.
|
||||||
|
fatal: You are on a branch yet to be born
|
||||||
|
git-annex.exe: git [Param "checkout",Param "-q",Param "-B",Param "annex/direct/master"] failed
|
||||||
|
|
||||||
|
$ git checkout -B annex/direct/master
|
||||||
|
fatal: You are on a branch yet to be born
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
Running under cygwin bash
|
||||||
|
|
||||||
|
$ git --version
|
||||||
|
git version 1.7.9
|
||||||
|
|
||||||
|
$ git-annex version
|
||||||
|
git-annex version: 5.20140421-g78d6aa1
|
||||||
|
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV 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 hook external
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU"
|
||||||
|
nickname="Matt"
|
||||||
|
subject="comment 2"
|
||||||
|
date="2014-04-24T18:43:50Z"
|
||||||
|
content="""
|
||||||
|
hmmm - I think that it's arguable that if in the repository group drop down I select \"client\" then the remote repo should *not* be bare.
|
||||||
|
|
||||||
|
I would predict that this new functionality will supercede the existing use-cases in terms of popularity. It's very cool that all my machines can be kept in sync with just ssh - a walkthrough showing desktop, laptop, and phone all just syncing (i.e., without the cloud transfer repo and jabber complications) makes a much simpler and compelling advert for this cool code! But it won't happen unless the GUI supports it...
|
||||||
|
"""]]
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="209.250.56.114"
|
||||||
|
subject="comment 2"
|
||||||
|
date="2014-04-24T18:12:59Z"
|
||||||
|
content="""
|
||||||
|
git annex fsck --fast --from $yours3remote
|
||||||
|
"""]]
|
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="209.250.56.114"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2014-04-24T18:15:15Z"
|
||||||
|
content="""
|
||||||
|
[[preferred_content]] expressions can be used to do that. Works best if all the files you want have some extension or are in a specific directory.
|
||||||
|
|
||||||
|
There are some [[preferred_content/standard_groups]] that might do what you want, particularly the \"manual\" one.
|
||||||
|
"""]]
|
1
doc/forum/Encrypted_Content_Remote_Daemon_.mdwn
Normal file
1
doc/forum/Encrypted_Content_Remote_Daemon_.mdwn
Normal file
|
@ -0,0 +1 @@
|
||||||
|
I am currently using rsync.net to keep my notes in sync, both git repo and the content (gpg encrypted) is stored there. Instead of creating two other repos on a server that I have which has git-annex installed where I can actually use remote daemon. Is it possible to create a repo containing both the git repo and the content encrypted from the command line?
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="209.250.56.114"
|
||||||
|
subject="comment 4"
|
||||||
|
date="2014-04-24T18:22:16Z"
|
||||||
|
content="""
|
||||||
|
git sets bare = false in newly created non-bare repositories. Perhaps this is why? It seems likely that git has an inconsistent default if there's no configuration. Sounds worth filing a bug on git for. OTOH, messing with .git/config in nonstandard ways seems like a good way to cause yourself random pain too.
|
||||||
|
"""]]
|
|
@ -0,0 +1,14 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://mshri.livejournal.com/"
|
||||||
|
ip="129.170.212.202"
|
||||||
|
subject="Sync specific branch or ignore a branch during sync"
|
||||||
|
date="2014-04-25T15:37:53Z"
|
||||||
|
content="""
|
||||||
|
|
||||||
|
I too feel that syncing all remotes by default is the right thing to do, but I think it should be limited to the 'master' and 'git-annex' branch. I often create branches that I want to keep local and do not want them to be synced. But I want 'master' and 'git-annex' branches to be synced with all remotes.
|
||||||
|
|
||||||
|
So it would be nice to able to set an option to sync all branches or just the 'master' and 'git-annex' or to able to ignore some branches during git annex sync
|
||||||
|
|
||||||
|
Shri
|
||||||
|
|
||||||
|
"""]]
|
|
@ -0,0 +1,9 @@
|
||||||
|
Hi,
|
||||||
|
|
||||||
|
It would be good if the command
|
||||||
|
|
||||||
|
git annex group repository
|
||||||
|
|
||||||
|
returned the current list of groups the repository belongs to...(can it belong to more than one?)
|
||||||
|
|
||||||
|
Currently the command requires an additional parameter to set the group.
|
|
@ -11,10 +11,8 @@ This is the use case:
|
||||||
|
|
||||||
What I would like to have a command that turns that directory into a direct repository without dealing with the gory details I will describe later. This command could be something like
|
What I would like to have a command that turns that directory into a direct repository without dealing with the gory details I will describe later. This command could be something like
|
||||||
|
|
||||||
```
|
$ cd Documents
|
||||||
$ cd Documents
|
$ git annex setup --direct example.org:~/annex/Documents.git
|
||||||
$ git annex setup --direct example.org:~/annex/Documents.git
|
|
||||||
```
|
|
||||||
|
|
||||||
This command should take care of:
|
This command should take care of:
|
||||||
|
|
||||||
|
@ -25,4 +23,4 @@ This command should take care of:
|
||||||
|
|
||||||
These are just the main problems that one faces in this task; they are mostly caused by the fact that the repo is in direct mode.
|
These are just the main problems that one faces in this task; they are mostly caused by the fact that the repo is in direct mode.
|
||||||
|
|
||||||
There are workarounds, like those sketched at <http://unix.stackexchange.com/questions/75557/init-gix-annex-additional-repo-with-existing-files>, but the all are time-consuming and fragile.
|
There are workarounds, like those sketched at <http://unix.stackexchange.com/questions/75557/init-gix-annex-additional-repo-with-existing-files>, but they are all time-consuming and fragile.
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://id.koumbit.net/anarcat"
|
||||||
|
ip="72.0.72.144"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2014-04-25T13:28:18Z"
|
||||||
|
content="""
|
||||||
|
take a look at [[tips/migrating_two_seperate_disconnected_directories_to_git_annex]]. it's not a single command, granted, but it should be simple enough for your use case...
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue