2015-08-03 18:36:37 +00:00
|
|
|
Currently, the workflow for initializing a remote repo has to involve
|
|
|
|
manually pushing the git-annex branch to the repo, first. This primes
|
|
|
|
git-annex-shell to auto-initialize the repo. Only after that first push,
|
|
|
|
can git-annex sync be used. If git-annex sync is run earlier, it will try
|
|
|
|
to get the remore uuid, fail, and set annex-ignore.
|
|
|
|
|
|
|
|
This should be improved.. It ought to be possible to add a new remote and
|
|
|
|
have git-annex sync do everything needed.
|
2015-08-05 18:11:55 +00:00
|
|
|
|
|
|
|
> [[done]]; the remote needs git-annex-shell 5.20150805 installed, and so
|
|
|
|
> does the user, and then `git-annex sync` will automatically handle
|
|
|
|
> initialization of the remote. --[[Joey]]
|