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

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
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 Delta from patch set Stats (+6 lines, -0 lines) Patch
M gclient_scm.py View 1 1 chunk +6 lines, -0 lines 0 comments Download

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
This is Rietveld 408576698