Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
2f2a4fd3c5
4 changed files with 27 additions and 17 deletions
8
doc/forum/Big_repository_vs._multiple_small.mdwn
Normal file
8
doc/forum/Big_repository_vs._multiple_small.mdwn
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
I am new to git (but extensively used SVN).
|
||||||
|
|
||||||
|
In SVN I could have a big fat repository but only check out sub-trees is it.
|
||||||
|
Is that also common in git(-annex) / recommended?
|
||||||
|
|
||||||
|
E.g., should I create a big-fat repos with all data I have (personal data, music, videos, ...) and check out only the appropriate subtress or create a repository for each purpose? E.g., one for Fotos, Music, OnTheGoData, ebooks, ...
|
||||||
|
|
||||||
|
What happens if I have a git-annex repository checked out at my laptop (say, d:\Files) and within it, check out another one (e.g. d:\Files\Library)?
|
9
doc/forum/Starting_assistant_from_CLI.mdwn
Normal file
9
doc/forum/Starting_assistant_from_CLI.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
I am unable to start the git-annex assistant/webapp.
|
||||||
|
|
||||||
|
I use OpenBox as desktop manager and the assistant/webapp is not available through the menu.
|
||||||
|
|
||||||
|
Trying to use the CLI, all my attempts fail with a message saying that it(?) is not a git repository!? Since the video show that on first start the assistant/webapp allows a choice of a directory and then creates it, I am not sure as to what git initialized directory does the assistant/webapp requires in this instance. And I also guess that means invoking the webapp from that directory rather than from the directory that contains the standalone git-annex.
|
||||||
|
|
||||||
|
Any help would be appreciated as git-annex really seems to be the app I am looking for. :)
|
||||||
|
|
||||||
|
Thanks
|
|
@ -91,10 +91,10 @@ Edit this page and add instructions!
|
||||||
If your file manager can run a command on a file, it should be easy to
|
If your file manager can run a command on a file, it should be easy to
|
||||||
integrate git-annex with it. A simple script will suffice:
|
integrate git-annex with it. A simple script will suffice:
|
||||||
|
|
||||||
#!/bun/sh
|
#!/bin/sh
|
||||||
git-annex get --notify-start --notify-finish -- "$@"
|
git-annex get --notify-start --notify-finish -- "$@"
|
||||||
|
|
||||||
The --notify-start and --notify-stop options make git-annex display a
|
The --notify-start and --notify-stop options make git-annex display a
|
||||||
desktop notification. This is useful to give the user an indication that
|
desktop notification. This is useful to give the user an indication that
|
||||||
their action took effect. Desktop notifications are currently only
|
their action took effect. Desktop notifications are currently only
|
||||||
implenented for Linux.
|
implemented for Linux.
|
||||||
|
|
|
@ -2,19 +2,12 @@ Tobias Ussing
|
||||||
|
|
||||||
See:
|
See:
|
||||||
|
|
||||||
[[https://github.com/TobiasTheViking/flickrannex/]]
|
* [[tips/flickrannex]] - [[https://github.com/TobiasTheViking/flickrannex/]]
|
||||||
|
* [[tips/imapannex]] - [[https://github.com/TobiasTheViking/imapannex]]
|
||||||
[[https://github.com/TobiasTheViking/imapannex]]
|
* [[tips/dropboxannex]] - [[https://github.com/TobiasTheViking/dropboxannex]]
|
||||||
|
* [[tips/skydriveannex]] - [[https://github.com/TobiasTheViking/skydriveannex]]
|
||||||
[[https://github.com/TobiasTheViking/dropboxannex]]
|
* [[tips/googledriveannex]] - [[https://github.com/TobiasTheViking/googledriveannex]]
|
||||||
|
* [[tips/owncloudannex]] - [[https://github.com/TobiasTheViking/owncloudannex]]
|
||||||
[[https://github.com/TobiasTheViking/skydriveannex]]
|
* [[tips/megaannex]] - [[https://github.com/TobiasTheViking/megaannex]]
|
||||||
|
* [[forum/nntp__47__usenet_special_remote/]]
|
||||||
[[https://github.com/TobiasTheViking/googledriveannex]]
|
|
||||||
|
|
||||||
[[https://github.com/TobiasTheViking/owncloudannex]]
|
|
||||||
|
|
||||||
[[https://github.com/TobiasTheViking/megaannex]]
|
|
||||||
|
|
||||||
[[http://git-annex.branchable.com/forum/nntp__47__usenet_special_remote/]]
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue