[QGIS Commit] r8174 - trunk/qgis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Feb 22 19:46:20 EST 2008


Author: timlinux
Date: 2008-02-22 19:46:19 -0500 (Fri, 22 Feb 2008)
New Revision: 8174

Modified:
   trunk/qgis/INSTALL
   trunk/qgis/INSTALL.t2t
Log:
Updated to use osgeo repo path for svn


Modified: trunk/qgis/INSTALL
===================================================================
--- trunk/qgis/INSTALL	2008-02-21 19:24:03 UTC (rev 8173)
+++ trunk/qgis/INSTALL	2008-02-23 00:46:19 UTC (rev 8174)
@@ -338,12 +338,12 @@
 Check out sources from SVN For svn head:
 
 
-  svn co https://svn.qgis.org/repos/qgis/trunk/qgis 
+  svn co https://svn.osgeo.org/qgis/trunk/qgis 
 
 For svn 0.8 branch
 
 
-   svn co https://svn.qgis.org/repos/qgis/branches/Release-0_8_0 qgis0.8
+   svn co https://svn.osgeo.org/qgis/branches/Release-0_8_0 qgis0.8
 
 
 
@@ -730,19 +730,19 @@
 Trunk:
 
 
-  svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis 
+  svn co https://svn.osgeo.org/qgis/trunk/qgis qgis 
 
 
 For svn 0.8 branch
 
 
-  svn co https://svn.qgis.org/repos/qgis/branches/Release-0_8_0 qgis0.8
+  svn co https://svn.osgeo.org/qgis/branches/Release-0_8_0 qgis0.8
 
 
 For svn 0.9 branch
 
 
-  svn co https://svn.qgis.org/repos/qgis/branches/Release-0_9_0 qgis0.9
+  svn co https://svn.qgis.org/qgis/branches/Release-0_9_0 qgis0.9
 
 
 The first time you check out QGIS sources you will probably get a message like
@@ -975,14 +975,14 @@
 
 
   cd ${HOME}/dev/cpp 
-  svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis
+  svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
 
 
 2. Developer Checkout
 
 
   cd ${HOME}/dev/cpp 
-  svn co --username <yourusername> https://svn.qgis.org/repos/qgis/trunk/qgis qgis 
+  svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis 
 
 
 The first time you check out the source you will be prompted to accept the
@@ -1593,7 +1593,7 @@
 	7.3. Building QGIS with CMAKE
 	=============================
 
-Get QGIS source from svn (svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis).
+Get QGIS source from svn (svn co https://svn.osgeo.org/qgis/trunk/qgis qgis).
 
 Create a 'Build' directory in the top level QGIS directory. This will be where all the build output will be generated.
 
@@ -2103,13 +2103,13 @@
   cd \
   cd dev
   cd cpp
-  svn co https://svn.qgis.org/repos/qgis/trunk/qgis 
+  svn co https://svn.osgeo.org/qgis/trunk/qgis 
 
 
 At this point you will probably get a message like this:
 
 
-  C:\dev\cpp>svn co https://svn.qgis.org/repos/qgis/trunk/qgis
+  C:\dev\cpp>svn co https://svn.osgeo.org/qgis/trunk/qgis
   Error validating server certificate for 'https://svn.qgis.org:443':
    - The certificate is not issued by a trusted authority. Use the
      fingerprint to validate the certificate manually!

Modified: trunk/qgis/INSTALL.t2t
===================================================================
--- trunk/qgis/INSTALL.t2t	2008-02-21 19:24:03 UTC (rev 8173)
+++ trunk/qgis/INSTALL.t2t	2008-02-23 00:46:19 UTC (rev 8174)
@@ -240,11 +240,11 @@
    
 Check out sources from SVN For svn head:
 ``` 
-svn co https://svn.qgis.org/repos/qgis/trunk/qgis 
+svn co https://svn.osgeo.org/qgis/trunk/qgis 
 ```
 For svn 0.8 branch
 ```
- svn co https://svn.qgis.org/repos/qgis/branches/Release-0_8_0 qgis0.8
+ svn co https://svn.osgeo.org/qgis/branches/Release-0_8_0 qgis0.8
 ```
 
 
@@ -610,17 +610,17 @@
 
 Trunk:
 ``` 
-svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis 
+svn co https://svn.osgeo.org/qgis/trunk/qgis qgis 
 ```
 
 For svn 0.8 branch
 ``` 
-svn co https://svn.qgis.org/repos/qgis/branches/Release-0_8_0 qgis0.8
+svn co https://svn.osgeo.org/qgis/branches/Release-0_8_0 qgis0.8
 ```
 
 For svn 0.9 branch
 ``` 
-svn co https://svn.qgis.org/repos/qgis/branches/Release-0_9_0 qgis0.9
+svn co https://svn.qgis.org/qgis/branches/Release-0_9_0 qgis0.9
 ```
 
 The first time you check out QGIS sources you will probably get a message like
@@ -840,14 +840,14 @@
 
 ``` 
 cd ${HOME}/dev/cpp 
-svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis
+svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
 ```
 
 2. Developer Checkout
 
 ``` 
 cd ${HOME}/dev/cpp 
-svn co --username <yourusername> https://svn.qgis.org/repos/qgis/trunk/qgis qgis 
+svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis 
 ```
 
 The first time you check out the source you will be prompted to accept the
@@ -1370,7 +1370,7 @@
 
 == Building QGIS with CMAKE ==
 
-Get QGIS source from svn (svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis).
+Get QGIS source from svn (svn co https://svn.osgeo.org/qgis/trunk/qgis qgis).
 
 Create a 'Build' directory in the top level QGIS directory. This will be where all the build output will be generated.
 
@@ -1864,13 +1864,13 @@
 cd \
 cd dev
 cd cpp
-svn co https://svn.qgis.org/repos/qgis/trunk/qgis 
+svn co https://svn.osgeo.org/qgis/trunk/qgis 
 ```
 
 At this point you will probably get a message like this:
 
 ```
-C:\dev\cpp>svn co https://svn.qgis.org/repos/qgis/trunk/qgis
+C:\dev\cpp>svn co https://svn.osgeo.org/qgis/trunk/qgis
 Error validating server certificate for 'https://svn.qgis.org:443':
  - The certificate is not issued by a trusted authority. Use the
    fingerprint to validate the certificate manually!



More information about the QGIS-commit mailing list