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

Unified Diff: gclient

Issue 523166: git svn --version doesn't work when called outside a git checkout. (Closed)
Patch Set: Created 10 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient
diff --git a/gclient b/gclient
index 4cec8723149922e9dfc85d1ec79fe2f085dfaddf..7efc29eba83519dede62d400485133d49f3a49ff 100755
--- a/gclient
+++ b/gclient
@@ -42,7 +42,8 @@ function test_git_svn {
# Update git checkouts prior the cygwin check, we don't want to use msysgit.
if [ "X$DEPOT_TOOLS_UPDATE" != "X0" -a -e "$base_dir/.git" ]
then
- test_git_svn
+ # Skip this call since it fails outside a git checkout.
+ #test_git_svn
Nasser Grainawi 2010/01/08 18:10:30 what if we cd to $base_dir first? Since we just ve
(cd "$base_dir"; git svn rebase -q -q)
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698