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

Issue 3111016: Add retry on svn cat. (Closed)

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

Description

Add retry on svn cat and use --non-interactive flag. The svn server fails often, causing codereview.settings not being fetched. When no valid cached credential is found, codereview.settings wouldn't be fetched either. Enforce LANGUAGE=en for odd systems like mine. TEST=gcl should act better with unstable svn server or invalid cached credentials BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56700

Patch Set 1 #

Patch Set 2 : Forgot to rebase on trunk #

Total comments: 4

Patch Set 3 : fixed for invalid credentials, use --non-interactive #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -8 lines) Patch
M gcl.py View 1 2 2 chunks +25 lines, -8 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
M-A Ruel
10 years, 4 months ago (2010-08-19 14:42:49 UTC) #1
nsylvain
http://codereview.chromium.org/3111016/diff/3001/4001 File gcl.py (right): http://codereview.chromium.org/3111016/diff/3001/4001#newcode139 gcl.py:139: dir_info = SVN.CaptureInfo(".") this might actually be what's failing. ...
10 years, 4 months ago (2010-08-19 14:53:04 UTC) #2
M-A Ruel
Take another look
10 years, 4 months ago (2010-08-19 15:17:37 UTC) #3
nsylvain
10 years, 4 months ago (2010-08-19 15:47:07 UTC) #4
lgtm with nit

http://codereview.chromium.org/3111016/diff/6001/1002
File gcl.py (right):

http://codereview.chromium.org/3111016/diff/6001/1002#newcode154
gcl.py:154: ErrorExit('Your svn credentials expired. Please run svn log to '
what about svn ls ? Svn log is evil

Powered by Google App Engine
This is Rietveld 408576698