[QGIS Commit] r15628 - in trunk/qgis: . doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Mar 28 10:20:17 EDT 2011


Author: timlinux
Date: 2011-03-28 07:20:17 -0700 (Mon, 28 Mar 2011)
New Revision: 15628

Modified:
   trunk/qgis/INSTALL
   trunk/qgis/doc/msvc.t2t
Log:
Dont use my personal username in docs

Modified: trunk/qgis/INSTALL
===================================================================
--- trunk/qgis/INSTALL	2011-03-28 13:07:32 UTC (rev 15627)
+++ trunk/qgis/INSTALL	2011-03-28 14:20:17 UTC (rev 15628)
@@ -743,7 +743,7 @@
 or using git-svn (from the git shell):
 
 
-  git svn clone --username timlinux --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
+  git svn clone --username $USER --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
 
 
 Create a 'build' directory somewhere. This will be where all the build output

Modified: trunk/qgis/doc/msvc.t2t
===================================================================
--- trunk/qgis/doc/msvc.t2t	2011-03-28 13:07:32 UTC (rev 15627)
+++ trunk/qgis/doc/msvc.t2t	2011-03-28 14:20:17 UTC (rev 15628)
@@ -102,7 +102,7 @@
 or using git-svn (from the git shell):
 
 ```
-git svn clone --username timlinux --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
+git svn clone --username $USER --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
 ```
 
 Create a 'build' directory somewhere. This will be where all the build output



More information about the QGIS-commit mailing list