annex.dbdir fully working
Completes work started in e60766543f
I've verified that all the sqlite databases get stored in annex.dbdir
and are created successfully. If annex.dbdir does not exist, it will be
created; its parent directory must already exist though.
Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
23c6e350cb
commit
a335c1e46e
3 changed files with 12 additions and 8 deletions
|
@ -1230,7 +1230,7 @@ repository, using [[git-annex-config]]. See its man page for a list.)
|
|||
|
||||
* `annex.dbdir`
|
||||
|
||||
Set to a directory where git-annex should store its sqlite databases.
|
||||
The directory where git-annex should store its sqlite databases.
|
||||
The default location is inside `.git/annex/`.
|
||||
|
||||
Certian filesystems, such as cifs, may not support locking operations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue