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

Issue 115085: Don't reinstall *every* time. Just if the batch file doesn't exist. (Closed)

Created:
11 years, 7 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
sigurdur.asgeirsson
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Don't reinstall *every* time. Just if the batch file doesn't exist. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=15546

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M bootstrap/win/win_tools.bat View 2 chunks +2 lines, -2 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
M-A Ruel
11 years, 7 months ago (2009-05-07 14:32:41 UTC) #1
sigurdur.asgeirsson_gmail.com
http://codereview.chromium.org/115085/diff/1/2 File bootstrap/win/win_tools.bat (right): http://codereview.chromium.org/115085/diff/1/2#newcode23 Line 23: if "%WIN_TOOLS_FORCE%" == "1" goto :SVN_FORCE Won't this ...
11 years, 7 months ago (2009-05-07 14:38:25 UTC) #2
M-A Ruel
No because the line "call svn --version 2>nul 1>nul" is the one looking that svn ...
11 years, 7 months ago (2009-05-07 14:42:05 UTC) #3
sigurdur.asgeirsson_gmail.com
11 years, 7 months ago (2009-05-07 14:50:01 UTC) #4
On 2009/05/07 14:42:05, M-A wrote:
> No because the line "call svn --version 2>nul 1>nul" is the one looking that
svn
> is actually installed. The previous one is just to test for the existence of
the
> stub batch file. This batch file presence in depot_tools\. is used as a signal
> to determined if we tried pulling svn/python in depot_tools or not.

lgtm

Powered by Google App Engine
This is Rietveld 408576698