Chromium Code Reviews

Side by Side Diff: bootstrap/win/README.md

Issue 2350293002: docs: Removing references to SVN (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« README.gclient.md ('K') | « README.gclient.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Windows binary tool bootstrap 1 # Windows binary tool bootstrap
2 2
3 This directory has the 'magic' for the `depot_tools` windows binary update 3 This directory has the 'magic' for the `depot_tools` windows binary update
4 mechanisms. 4 mechanisms.
5 5
6 ## Software bootstrapped 6 ## Software bootstrapped
7 * Python (https://www.python.org/) 7 * Python (https://www.python.org/)
8 * Git for Windows (https://git-for-windows.github.io/) 8 * Git for Windows (https://git-for-windows.github.io/)
9 * Subversion (https://subversion.apache.org/) 9 * Subversion (https://subversion.apache.org/)
10 10
(...skipping 39 matching lines...)
50 time it will see the new git version and update to it. This is a bug that should 50 time it will see the new git version and update to it. This is a bug that should
51 be fixed, in case you're reading this and this paragraph infuriates you more 51 be fixed, in case you're reading this and this paragraph infuriates you more
52 than the rest of this README. 52 than the rest of this README.
53 53
54 ### Python 54 ### Python
55 55
56 Python installs are sourced from gs://chrome-infra/python276_bin.zip . 56 Python installs are sourced from gs://chrome-infra/python276_bin.zip .
57 57
58 The process to create them is sort-of-documented in the README of the python 58 The process to create them is sort-of-documented in the README of the python
59 zip file. 59 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.
OLDNEW
« README.gclient.md ('K') | « README.gclient.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine