Skip to content

Commit 186449d

Browse files
benhenryCommit bot
benhenry
authored and
Commit bot
committed
docs: Removing references to SVN
BUG=643697 TEST=None Review-Url: https://codereview.chromium.org/2350293002
1 parent e465667 commit 186449d

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

README.gclient.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ is a Python script that defines a list of `solutions` with the following format:
1111

1212
solutions = [
1313
{ "name" : "src",
14-
"url" : "svn://svnserver/component/trunk/src",
14+
"url" : "https://chromium.googlesource.com/chromium/src.git",
1515
"custom_deps" : {
1616
# To use the trunk of a component instead of what's in DEPS:
17-
#"component": "https://svnserver/component/trunk/",
17+
#"component": "https://github.com/luci/luci-go",
1818
# To exclude a component from your working copy:
1919
#"data/really_large_component": None,
2020
}
@@ -58,7 +58,7 @@ Each item in the `deps` dictionary consists of a key-value pair. The key is the
5858
directory into which the component will be checked out, relative to the
5959
directory containing the `.gclient` file. The value is the URL from which that
6060
directory will be checked out. If there is no address scheme (that is, no
61-
`http:` or `svn:` prefix), then the value must begin with a slash and is treated
61+
`http:` prefix), then the value must begin with a slash and is treated
6262
relative to the root of the solution's repository.
6363

6464
The URL typically contains a specific revision or change number (as appropriate

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ disable auto update, set the environment variable `DEPOT_TOOLS_UPDATE=0`.
3232
To update package manually, run `update_depot_tools.bat` on Windows,
3333
or `./update_depot_tools` on Linux or Mac.
3434

35-
On Windows only, running `gclient` will install `svn` (not for long), `git`,
36-
`python`.
35+
On Windows only, running `gclient` will install `git` and `python`.
3736

3837

3938
## Contributing

bootstrap/win/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,3 @@ Python installs are sourced from gs://chrome-infra/python276_bin.zip .
5757

5858
The process to create them is sort-of-documented in the README of the python
5959
zip file.
60-
61-
### Subversion
62-
63-
Subversion installs are sourced from gs://chrome-infra/svn_bin.zip .
64-
65-
There will likely never be an update to SVN in `depot_tools` from the current
66-
version.

0 commit comments

Comments
 (0)