diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-07 13:45:31 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-07 13:48:44 -0400 |
commit | d910a94df7d6f5c87897c248586cb65523457f99 (patch) | |
tree | 692446ec624e63ac8fa4aec72f0b5ee8e5d13723 /doc/todo | |
parent | 7bd9a9cad8b413f4b09f9ab11a9d6d7ce72b8336 (diff) |
prevent exporttree=yes on remotes that don't support exports
Don't allow "exporttree=yes" to be set when the special remote
does not support exports. That would be confusing since the user would
set up a special remote for exports, but `git annex export` to it would
later fail.
This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/export.mdwn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn index abfa52005..8f5c3f8f1 100644 --- a/doc/todo/export.mdwn +++ b/doc/todo/export.mdwn @@ -17,10 +17,6 @@ there need to be a new interface in supported remotes? Work is in progress. Todo list: -* initremote: Don't allow "exporttree=yes" to be set when the special remote - does not support exports. That would be confusing since the user would - set up a special remote for exports, but `git annex export` to it would - later fail.. * `git annex get --from export` works in the repo that exported to it, but in another repo, the export db won't be populated, so it won't work. Maybe just show a useful error message in this case? |