Chromium Code Reviews

Issue 7080063: Workaround a git clone bug on Windows. (Closed)

Created:
9 years, 6 months ago by Nicolas Sylvain
Modified:
9 years, 6 months ago
Reviewers:
cmp, Mandeep Singh Baines, M-A Ruel
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Workaround a git clone bug on Windows. On Windows "git clone url path/repo" does not create 'path' if it does not exist. It fails with: Fatal: could not create work tree dir 'path\repo'.: No such file or directory this patch manually creates the subdir if it does not exist. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87522

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Stats (+6 lines, -0 lines)
M gclient_scm.py View 1 chunk +6 lines, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
Nicolas Sylvain
9 years, 6 months ago (2011-06-01 18:16:15 UTC) #1
cmp
9 years, 6 months ago (2011-06-01 18:21:30 UTC) #2
lgtm

Powered by Google App Engine