[mapserver-commits] r11175 - trunk/docs
svn at osgeo.org
svn at osgeo.org
Wed Mar 16 12:49:36 EDT 2011
Author: jmckenna
Date: 2011-03-16 09:49:36 -0700 (Wed, 16 Mar 2011)
New Revision: 11175
Modified:
trunk/docs/svn-externals-notes.txt
Log:
just add command to switch repository from http to https
Modified: trunk/docs/svn-externals-notes.txt
===================================================================
--- trunk/docs/svn-externals-notes.txt 2011-03-16 16:34:45 UTC (rev 11174)
+++ trunk/docs/svn-externals-notes.txt 2011-03-16 16:49:36 UTC (rev 11175)
@@ -14,4 +14,15 @@
should return something like:
Fetching external item into 'en\MIGRATION_GUIDE.TXT'
- External at revision 11164.
\ No newline at end of file
+ External at revision 11164.
+
+- if you receive errors such as:
+
+Fetching external item into 'en/MIGRATION_GUIDE.TXT'
+svn: warning: 'http://svn.osgeo.org/mapserver/trunk/docs/en'
+is not the same repository as
+'https://svn.osgeo.org/mapserver'
+
+execute:
+
+svn switch --relocate http://svn.osgeo.org/mapserver/trunk/docs/ https://svn.osgeo.org/mapserver/trunk/docs/
More information about the mapserver-commits
mailing list