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 2858003: Make scm.py work around even more with bad interaction better svn client and google code. (Closed)

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

Description

Make scm.py work around even more with bad interaction better svn client and google code. The novel addition here is to not convert a checkout into an update when no files were checked out. Also delete the directory to increase the chances of success. TEST=wait for google code to fail again BUG=32783 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49788

Patch Set 1 #

Total comments: 4

Patch Set 2 : past tense #

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

Messages

Total messages: 3 (0 generated)
M-A Ruel
I don't have a good way to test this code so please take a look ...
10 years, 6 months ago (2010-06-15 13:56:04 UTC) #1
TVL
http://codereview.chromium.org/2858003/diff/1/2 File scm.py (right): http://codereview.chromium.org/2858003/diff/1/2#newcode461 scm.py:461: if os.path.isdir(args[2]): do you need to do something with ...
10 years, 6 months ago (2010-06-15 14:02:58 UTC) #2
M-A Ruel
10 years, 6 months ago (2010-06-15 14:05:26 UTC) #3
http://codereview.chromium.org/2858003/diff/1/2
File scm.py (right):

http://codereview.chromium.org/2858003/diff/1/2#newcode461
scm.py:461: if os.path.isdir(args[2]):
On 2010/06/15 14:02:58, TVL wrote:
> do you need to do something with in_directory since it could be relative to
> there?

While hacking, I know that args[2] is always an absolute path... oh well. So
naively concatenating with in_directory would fail.

Powered by Google App Engine
This is Rietveld 408576698