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

Unified Diff: tools/create_sdk.py

Issue 10942032: Fix git on non-Windows. Fix create_sdk on machines using svn. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | utils/pub/io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 57d6b940383284e7adc41c943639af7dc1904cba..3b14658f8192861608a406657e2033eec07d93a4 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -302,7 +302,8 @@ def Main(argv):
# Copy in 7zip for Windows.
if utils.GuessOS() == 'win32':
copytree(join(HOME, 'third_party', '7zip'),
- join(join(UTIL, 'pub'), '7zip'))
+ join(join(UTIL, 'pub'), '7zip'),
+ ignore=ignore_patterns('.svn'))
ReplaceInFiles([
join(UTIL, 'pub', 'io.dart'),
« no previous file with comments | « no previous file | utils/pub/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698