diff options
author | http://christian.amsuess.com/chrysn <chrysn@web> | 2012-11-12 23:07:24 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-12 23:07:24 +0000 |
commit | 6fcccef4a37018a245bca0621aa1a39069d36e76 (patch) | |
tree | cbb76a94226bc212dc6372824273a6e4e2c7ee26 | |
parent | f32c3f00b91ee81d5a50fa129e8853a78d23e6b1 (diff) |
get and copy with bare repositories
-rw-r--r-- | doc/forum/get_and_copy_with_bare_repositories.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/get_and_copy_with_bare_repositories.mdwn b/doc/forum/get_and_copy_with_bare_repositories.mdwn new file mode 100644 index 000000000..846887f96 --- /dev/null +++ b/doc/forum/get_and_copy_with_bare_repositories.mdwn @@ -0,0 +1,7 @@ +is `git annex get` and `git annex copy --to somewhere` expected to work with bare repos? the [[bare repositories]] page doesn't indicate otherwise, but a `git annex get` does plain nothing in my setup. + +if it's supposed not to work, there should be an error message saying that and an indication on the [[bare repositories]], otherwise, how can i trace it down? + +in case it is just unimplemented for lack of use cases: my setup consists of several laptops using parts of a 200gb+ photo collection, a central trusted server that should host everything, and an external encrypted remote backup. clients *should* copy everything they add to both central locations, but i'd prefer the trusted server to sync the two of them too. + +`get` and `copy` usually operate on the current directory, which in case of a bare repo does not contain any relevant files, but i tried explicitly specifying files too. `git annex` should either look them up in master, or always operate on all files (as indexed in the `git-annex` branch) unconditionally. |