Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Chromium_Depot_tools
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
Chromium_Depot_tools
Commits
186449d3
Commit
186449d3
authored
Sep 19, 2016
by
benhenry
Committed by
Commit bot
Sep 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Removing references to SVN
BUG=643697 TEST=None Review-Url:
https://codereview.chromium.org/2350293002
parent
e465667e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
12 deletions
+4
-12
README.gclient.md
README.gclient.md
+3
-3
README.md
README.md
+1
-2
README.md
bootstrap/win/README.md
+0
-7
No files found.
README.gclient.md
View file @
186449d3
...
...
@@ -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
...
...
README.md
View file @
186449d3
...
...
@@ -32,8 +32,7 @@ disable auto update, set the environment variable `DEPOT_TOOLS_UPDATE=0`.
To update package manually, run
`update_depot_tools.bat`
on Windows,
or
`./update_depot_tools`
on Linux or Mac.
On Windows only, running
`gclient`
will install
`svn`
(not for long),
`git`
,
`python`
.
On Windows only, running
`gclient`
will install
`git`
and
`python`
.
## Contributing
...
...
bootstrap/win/README.md
View file @
186449d3
...
...
@@ -57,10 +57,3 @@ Python installs are sourced from gs://chrome-infra/python276_bin.zip .
The process to create them is sort-of-documented in the README of the python
zip file.
### Subversion
Subversion installs are sourced from gs://chrome-infra/svn_bin.zip .
There will likely never be an update to SVN in
`depot_tools`
from the current
version.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment