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

Issue 10805037: Fix the svn version check issue, append '--quiet' to get svn version string. (Closed)

Created:
8 years, 5 months ago by Shouqun Liu
Modified:
8 years, 5 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp+cc_chromium.org, M-A Ruel
Base URL:
https://git.chromium.org/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Fix the svn version check issue, append '--quiet' to get svn version string. In some enviroments (eg, OSX zh_CN), use 'svn --version' and splitting string may get error version string. Use 'svn --version --quiet' to do stable svn version check, which directly returns version string such as '1.7.0'. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147670

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -17 lines) Patch
M scm.py View 1 chunk +1 line, -1 line 0 comments Download
M tests/gclient_scm_test.py View 8 chunks +16 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Shouqun Liu
Hi, this patch fix an issue of checking svn version in some localized OS/svn, using ...
8 years, 5 months ago (2012-07-20 07:56:35 UTC) #1
M-A Ruel
Verified it works with svn 1.6.12. We don't really support 1.5 anymore so it should ...
8 years, 5 months ago (2012-07-20 17:13:46 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shouqun.liu@intel.com/10805037/1
8 years, 5 months ago (2012-07-20 17:13:52 UTC) #3
commit-bot: I haz the power
8 years, 5 months ago (2012-07-20 17:16:52 UTC) #4
Change committed as 147670

Powered by Google App Engine
This is Rietveld 408576698