Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
0868472abb
6 changed files with 49 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
When git-annex is started using one of its start menu shortcuts (git-annex or git-annex-autostart) wscript.exe calls itself in an infinite loop. This is also described under the [section ".vbs failure" in a forum post](https://git-annex.branchable.com/forum/Windows_installation_notes/).
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
Install git and git-annex according to the [installation guide](https://git-annex.branchable.com/install/Windows/). Click on one of the shortcuts in the start menu.
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
git version 1.9.5.msysgit.1. git-annex version: 5.20150317-g237d5b0. Windows 7 Professional, 64-bit.
|
||||||
|
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
This seems to be fixed by editing the shortcuts and setting the "Start in" parameter to the git installation directory. For me this is "C:\Program Files (x86)\Git".
|
1
doc/forum/Adding_a_mounted_network.mdwn
Normal file
1
doc/forum/Adding_a_mounted_network.mdwn
Normal file
|
@ -0,0 +1 @@
|
||||||
|
I would like to add (bare) repositories on network directories that are locally mounted. "Add more repositories" gives me many choices, which apparently does not include this specifically. It does have "Removable drive" which sees the CIFS directory (perhaps because it's under /media?) but not the AFS directory, and there doesn't seem to be a way to enter a path where it's not inclined to look ("rescan for removable drives" still misses /afs). I am comfortable using shell commands, but I don't know what commands to use.
|
|
@ -0,0 +1,13 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo"
|
||||||
|
nickname="Justin"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2015-04-09T13:17:41Z"
|
||||||
|
content="""
|
||||||
|
It's just a git remote..
|
||||||
|
|
||||||
|
git remote add somerepo /path/to/repo
|
||||||
|
git annex sync
|
||||||
|
|
||||||
|
should be all you need.
|
||||||
|
"""]]
|
|
@ -0,0 +1,9 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc"
|
||||||
|
nickname="Jean"
|
||||||
|
subject="comment 3"
|
||||||
|
date="2015-04-09T05:37:03Z"
|
||||||
|
content="""
|
||||||
|
Hi CandyAngel, thanks for the pointer, I
|
||||||
|
[commented](http://git-annex.branchable.com/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/#comment-5251d819e83c66dbdd9d7bcee4a87f9f) there.
|
||||||
|
"""]]
|
|
@ -48,6 +48,12 @@ Then you can run git-annex on all the feeds:
|
||||||
|
|
||||||
`xargs git-annex importfeed < feeds`
|
`xargs git-annex importfeed < feeds`
|
||||||
|
|
||||||
|
## recreating lost episodes
|
||||||
|
|
||||||
|
If for some reason git-annex refuses to download files you are certain are in the podcast, it is quite possible it is because they have already been downloaded. In any case, you can use `--force` to redownload them:
|
||||||
|
|
||||||
|
`git-annex importfeed --force http://example.com/feed`
|
||||||
|
|
||||||
## distributed podcatching
|
## distributed podcatching
|
||||||
|
|
||||||
A nice benefit of using git-annex as a podcatcher is that you can
|
A nice benefit of using git-annex as a podcatcher is that you can
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc"
|
||||||
|
nickname="Jean"
|
||||||
|
subject="I'm with Remy here"
|
||||||
|
date="2015-04-09T05:02:50Z"
|
||||||
|
content="""
|
||||||
|
I can't even comprehend how git-annex gets into this situation. From what angle does it make sense to ever have a symlink pointing at a `.git/annex/objects/...` and not be tracked?
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue