Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular updates (Apr 6) #1110

Merged
merged 8 commits into from
Apr 7, 2020
Prev Previous commit
Next Next commit
docs: address feedback for #1110
per #1110 (review)
and others
jorgeorpinel committed Apr 7, 2020
commit b2a02460207f13f55c170889296d9a60e4154c83
5 changes: 3 additions & 2 deletions content/docs/command-reference/import.md
Original file line number Diff line number Diff line change
@@ -85,8 +85,9 @@ data artifact from the source repo.
default branch) is used by default when this option is not specified.

> Note that this adds a `rev` field in the import stage that fixes it to the
> revision. This can impact the behavior of `dvc update`. (See the **Importing
> and updating fixed revisions** example below.)
> revision. This can impact the behavior of `dvc update`. (See the
> [Importing and updating fixed revisions](#example-importing-and-updating-fixed-revisions)
> example below.)

- `-h`, `--help` - prints the usage/help message, and exit.

2 changes: 1 addition & 1 deletion content/docs/command-reference/update.md
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ stable.
> [DVC-file](/doc/user-guide/dvc-file-format) (when there are changes to bring
> in).

## Example: Updating fixed-revision imports to a different version
## Example: Updating fixed revisions to a different version

> See also
> [Importing and updating fixed revisions](/doc/command-reference/import#example-importing-and-updating-fixed-revisions).
3 changes: 0 additions & 3 deletions content/docs/use-cases/shared-development-server.md
Original file line number Diff line number Diff line change
@@ -18,9 +18,6 @@ shared <abbr>cache</abbr> location for everyone's projects:
$ mkdir -p /home/shared/dvc-cache
```

> The `/home/shared` directory used as example above is typical in Linux
> distributions.

Make sure that the directory has proper permissions, so that all your colleagues
can write to it, and can read cached files written by others. The most
straightforward way to do this is to make all users members of the same group,