Skip to content

Commit

Permalink
guide: add warning about sharing external outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed May 14, 2021
1 parent fbf9742 commit 4c96c21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/docs/user-guide/managing-external-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ $ dvc cache dir /tmp/dvcstore
location, e.g. `ssh://user@example.com/cache` or `remote://myremote/cache` (see
the examples below).

> ⚠️ An external cache could be
> [shared](/doc/use-cases/shared-development-server) among copies of a DVC
> project. Please **do not** use external outputs in that scenario, as
> `dvc checkout` in any project would overwrite the working data for all of
> them.
## Examples

Let's take a look at the following operations on all the supported location
Expand Down

0 comments on commit 4c96c21

Please sign in to comment.