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

Unified Diff: gclient.py

Issue 227603003: Clarify the .gclient URL mismatch error message (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 8 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.py
diff --git a/gclient.py b/gclient.py
index 23f51dbef012df15bb62001c2063ca6b5d2f94a1..71c3138e6e478ffab3df0f175107647d77d6023c 100755
--- a/gclient.py
+++ b/gclient.py
@@ -1057,8 +1057,11 @@ solutions = [
Your .gclient file seems to be broken. The requested URL is different from what
is actually checked out in %(checkout_path)s.
-Expected: %(expected_url)s (%(expected_scm)s)
-Actual: %(actual_url)s (%(actual_scm)s)
+The .gclient file contains:
+%(expected_url)s (%(expected_scm)s)
+
+The local checkout in %(checkout_path)s reports:
+%(actual_url)s (%(actual_scm)s)
You should ensure that the URL listed in .gclient is correct and either change
it or fix the checkout. If you're managing your own git checkout in
« 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