@@ -338,12 +338,12 @@ directory and move into it
338
338
Check out sources from SVN For svn head:
339
339
340
340
341
- svn co https://svn.qgis .org/repos /qgis/trunk/qgis
341
+ svn co https://svn.osgeo .org/qgis/trunk/qgis
342
342
343
343
For svn 0.8 branch
344
344
345
345
346
- svn co https://svn.qgis .org/repos /qgis/branches/Release-0_8_0 qgis0.8
346
+ svn co https://svn.osgeo .org/qgis/branches/Release-0_8_0 qgis0.8
347
347
348
348
349
349
@@ -730,19 +730,19 @@ Now we check out the sources:
730
730
Trunk:
731
731
732
732
733
- svn co https://svn.qgis .org/repos /qgis/trunk/qgis qgis
733
+ svn co https://svn.osgeo .org/qgis/trunk/qgis qgis
734
734
735
735
736
736
For svn 0.8 branch
737
737
738
738
739
- svn co https://svn.qgis .org/repos /qgis/branches/Release-0_8_0 qgis0.8
739
+ svn co https://svn.osgeo .org/qgis/branches/Release-0_8_0 qgis0.8
740
740
741
741
742
742
For svn 0.9 branch
743
743
744
744
745
- svn co https://svn.qgis.org/repos/ qgis/branches/Release-0_9_0 qgis0.9
745
+ svn co https://svn.qgis.org/qgis/branches/Release-0_9_0 qgis0.9
746
746
747
747
748
748
The first time you check out QGIS sources you will probably get a message like
@@ -975,14 +975,14 @@ if you do not have edit privaleges for the QGIS source repository, or use
975
975
976
976
977
977
cd ${HOME}/dev/cpp
978
- svn co https://svn.qgis .org/repos /qgis/trunk/qgis qgis
978
+ svn co https://svn.osgeo .org/qgis/trunk/qgis qgis
979
979
980
980
981
981
2. Developer Checkout
982
982
983
983
984
984
cd ${HOME}/dev/cpp
985
- svn co --username <yourusername> https://svn.qgis .org/repos /qgis/trunk/qgis qgis
985
+ svn co --username <yourusername> https://svn.osgeo .org/qgis/trunk/qgis qgis
986
986
987
987
988
988
The first time you check out the source you will be prompted to accept the
@@ -1593,7 +1593,7 @@ You'll need cmake-<version>-win32-x86.exe. Simply run this to install CMake.
1593
1593
7.3. Building QGIS with CMAKE
1594
1594
=============================
1595
1595
1596
- Get QGIS source from svn (svn co https://svn.qgis .org/repos /qgis/trunk/qgis qgis).
1596
+ Get QGIS source from svn (svn co https://svn.osgeo .org/qgis/trunk/qgis qgis).
1597
1597
1598
1598
Create a 'Build' directory in the top level QGIS directory. This will be where all the build output will be generated.
1599
1599
@@ -2103,13 +2103,13 @@ Open a cmd.exe window and do:
2103
2103
cd \
2104
2104
cd dev
2105
2105
cd cpp
2106
- svn co https://svn.qgis .org/repos /qgis/trunk/qgis
2106
+ svn co https://svn.osgeo .org/qgis/trunk/qgis
2107
2107
2108
2108
2109
2109
At this point you will probably get a message like this:
2110
2110
2111
2111
2112
- C:\dev\cpp>svn co https://svn.qgis .org/repos /qgis/trunk/qgis
2112
+ C:\dev\cpp>svn co https://svn.osgeo .org/qgis/trunk/qgis
2113
2113
Error validating server certificate for 'https://svn.qgis.org:443':
2114
2114
- The certificate is not issued by a trusted authority. Use the
2115
2115
fingerprint to validate the certificate manually!
0 commit comments