Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: README.gclient.md

Issue 2350293002: docs: Removing references to SVN (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: addressing nits Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | bootstrap/win/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.gclient.md
diff --git a/README.gclient.md b/README.gclient.md
index fd936159d3b2d665d08b0447abb08622b4af4c21..edc0a332f794952399165e8910e0863dfeee84ae 100644
--- a/README.gclient.md
+++ b/README.gclient.md
@@ -11,10 +11,10 @@ is a Python script that defines a list of `solutions` with the following format:
solutions = [
{ "name" : "src",
- "url" : "svn://svnserver/component/trunk/src",
+ "url" : "https://chromium.googlesource.com/chromium/src.git",
"custom_deps" : {
# To use the trunk of a component instead of what's in DEPS:
- #"component": "https://svnserver/component/trunk/",
+ #"component": "https://github.com/luci/luci-go",
# To exclude a component from your working copy:
#"data/really_large_component": None,
}
@@ -58,7 +58,7 @@ Each item in the `deps` dictionary consists of a key-value pair. The key is the
directory into which the component will be checked out, relative to the
directory containing the `.gclient` file. The value is the URL from which that
directory will be checked out. If there is no address scheme (that is, no
-`http:` or `svn:` prefix), then the value must begin with a slash and is treated
+`http:` prefix), then the value must begin with a slash and is treated
relative to the root of the solution's repository.
The URL typically contains a specific revision or change number (as appropriate
« no previous file with comments | « README.md ('k') | bootstrap/win/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698