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

Issue 1783009: Add support for svn 1.4 to trychange.py (Closed)

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

Description

Add support for svn 1.4 to trychange.py svn 1.4 doesn't have --depth parameter support so it cannot easily do a sparse checkout. To workaround that, use svn import instead. It's also faster. The main caveat is that the file must have a unique name, it uses a timestamp in file name for uniqueness. Using a subdirectory (like the user name) doesn't work in the directory already exist. It could be worked around but that would nullify the performance improvement. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45811

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -27 lines) Patch
M trychange.py View 1 chunk +12 lines, -27 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
M-A Ruel
10 years, 8 months ago (2010-04-28 12:42:57 UTC) #1
Nicolas Sylvain
10 years, 8 months ago (2010-04-28 14:34:43 UTC) #2
lg

Powered by Google App Engine
This is Rietveld 408576698