This commit is contained in:
Joey Hess 2010-12-29 17:01:56 -04:00
parent 25ffa04c5a
commit de2f6137d3
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ setting in `.gitattributes` files.
`git annex drop` attempts to check with other git remotes, to check that N `git annex drop` attempts to check with other git remotes, to check that N
copies of the file exist. If enough repositories cannot be verified to have copies of the file exist. If enough repositories cannot be verified to have
it, it will retain the file content to avoid data loss. Note that it, it will retain the file content to avoid data loss. Note that
[[trusted_remotes|trust]] are not explicitly checked. [[trusted_repositories|trust]] are not explicitly checked.
For example, consider three repositories: Server, Laptop, and USB. Both Server For example, consider three repositories: Server, Laptop, and USB. Both Server
and USB have a copy of a file, and N=1. If on Laptop, you `git annex get and USB have a copy of a file, and N=1. If on Laptop, you `git annex get

View file

@ -1,6 +1,6 @@
Normally, git-annex does not fully trust its stored [[location_tracking]] Normally, git-annex does not fully trust its stored [[location_tracking]]
information. When removing content, it will directly check information. When removing content, it will directly check
that other repositories have [[copies]]. that other repositories have enough [[copies]].
Generally that explicit checking is a good idea. Consider that the current Generally that explicit checking is a good idea. Consider that the current
[[location_tracking]] information for a remote may not yet have propigated [[location_tracking]] information for a remote may not yet have propigated