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

Issue 2560001: When running an svn update, if --force was passed on the... (Closed)

Created:
10 years, 6 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
levin, M-A Ruel
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

When running an svn update, if --force was passed on the command line to gclient, pass the flag to svn update and svn co too. This allows updates when we have dirty files left around. For example, an update may remove a directory, but the directory still has .vcproj or .mk files in it. If we try to re-add that directory, svn will error out. If we add --force, it'll happily allow the update. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48897

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -9 lines) Patch
M gclient_scm.py View 1 5 chunks +16 lines, -8 lines 0 comments Download
M tests/gclient_scm_test.py View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
tony
10 years, 6 months ago (2010-06-03 03:45:06 UTC) #1
tony
This is to fix a problem we're seeing on the webkit.org bots where we can't ...
10 years, 6 months ago (2010-06-03 03:46:01 UTC) #2
M-A Ruel
10 years, 6 months ago (2010-06-03 13:24:03 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698