Lines Matching +full:- +full:workspace
5 externally-submitted patch, this is how to do it. (This technique is useful in
17 …//dev.chromium.org/developers/contributing-code#TOC-Instructions-for-Reviewer:-Checking-in-the-pat…
27 1. Prepare your local workspace to accept the patch.
29 * cd into the root directory (usually `trunk/`) of the workspace where you
31 * Make sure that the workspace is up-to-date and clean (or "updated and
33 an old revision of the repo, you may need to sync your local workspace
39 link near the upper right-hand corner. Right-click on that link and copy
47 --output patch.txt
50 --output-document=patch.txt
58 * You should still be in the root directory of the workspace where you want
62 patch -p1 <patch.txt
69 * Wrong revision. Maybe your local workspace is not up to date? Or maybe the
72 workspace to an older revision, then re-apply the patch.)