Skip to content

Commit 3eccbb6

Browse files
author
timlinux
committed
Updated to use osgeo repo path for svn
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8174 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e0e248c commit 3eccbb6

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

INSTALL

+10-10
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,12 @@ directory and move into it
338338
Check out sources from SVN For svn head:
339339

340340

341-
svn co https://svn.qgis.org/repos/qgis/trunk/qgis
341+
svn co https://svn.osgeo.org/qgis/trunk/qgis
342342

343343
For svn 0.8 branch
344344

345345

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
347347

348348

349349

@@ -730,19 +730,19 @@ Now we check out the sources:
730730
Trunk:
731731

732732

733-
svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis
733+
svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
734734

735735

736736
For svn 0.8 branch
737737

738738

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
740740

741741

742742
For svn 0.9 branch
743743

744744

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
746746

747747

748748
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
975975

976976

977977
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
979979

980980

981981
2. Developer Checkout
982982

983983

984984
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
986986

987987

988988
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.
15931593
7.3. Building QGIS with CMAKE
15941594
=============================
15951595

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).
15971597

15981598
Create a 'Build' directory in the top level QGIS directory. This will be where all the build output will be generated.
15991599

@@ -2103,13 +2103,13 @@ Open a cmd.exe window and do:
21032103
cd \
21042104
cd dev
21052105
cd cpp
2106-
svn co https://svn.qgis.org/repos/qgis/trunk/qgis
2106+
svn co https://svn.osgeo.org/qgis/trunk/qgis
21072107

21082108

21092109
At this point you will probably get a message like this:
21102110

21112111

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
21132113
Error validating server certificate for 'https://svn.qgis.org:443':
21142114
- The certificate is not issued by a trusted authority. Use the
21152115
fingerprint to validate the certificate manually!

INSTALL.t2t

+10-10
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,11 @@ cd c:\dev\cpp
240240

241241
Check out sources from SVN For svn head:
242242
```
243-
svn co https://svn.qgis.org/repos/qgis/trunk/qgis
243+
svn co https://svn.osgeo.org/qgis/trunk/qgis
244244
```
245245
For svn 0.8 branch
246246
```
247-
svn co https://svn.qgis.org/repos/qgis/branches/Release-0_8_0 qgis0.8
247+
svn co https://svn.osgeo.org/qgis/branches/Release-0_8_0 qgis0.8
248248
```
249249

250250

@@ -610,17 +610,17 @@ Now we check out the sources:
610610

611611
Trunk:
612612
```
613-
svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis
613+
svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
614614
```
615615

616616
For svn 0.8 branch
617617
```
618-
svn co https://svn.qgis.org/repos/qgis/branches/Release-0_8_0 qgis0.8
618+
svn co https://svn.osgeo.org/qgis/branches/Release-0_8_0 qgis0.8
619619
```
620620

621621
For svn 0.9 branch
622622
```
623-
svn co https://svn.qgis.org/repos/qgis/branches/Release-0_9_0 qgis0.9
623+
svn co https://svn.qgis.org/qgis/branches/Release-0_9_0 qgis0.9
624624
```
625625

626626
The first time you check out QGIS sources you will probably get a message like
@@ -840,14 +840,14 @@ if you do not have edit privaleges for the QGIS source repository, or use
840840

841841
```
842842
cd ${HOME}/dev/cpp
843-
svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis
843+
svn co https://svn.osgeo.org/qgis/trunk/qgis qgis
844844
```
845845

846846
2. Developer Checkout
847847

848848
```
849849
cd ${HOME}/dev/cpp
850-
svn co --username <yourusername> https://svn.qgis.org/repos/qgis/trunk/qgis qgis
850+
svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis
851851
```
852852

853853
The first time you check out the source you will be prompted to accept the
@@ -1370,7 +1370,7 @@ You'll need cmake-<version>-win32-x86.exe. Simply run this to install CMake.
13701370

13711371
== Building QGIS with CMAKE ==
13721372

1373-
Get QGIS source from svn (svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis).
1373+
Get QGIS source from svn (svn co https://svn.osgeo.org/qgis/trunk/qgis qgis).
13741374

13751375
Create a 'Build' directory in the top level QGIS directory. This will be where all the build output will be generated.
13761376

@@ -1864,13 +1864,13 @@ Open a cmd.exe window and do:
18641864
cd \
18651865
cd dev
18661866
cd cpp
1867-
svn co https://svn.qgis.org/repos/qgis/trunk/qgis
1867+
svn co https://svn.osgeo.org/qgis/trunk/qgis
18681868
```
18691869

18701870
At this point you will probably get a message like this:
18711871

18721872
```
1873-
C:\dev\cpp>svn co https://svn.qgis.org/repos/qgis/trunk/qgis
1873+
C:\dev\cpp>svn co https://svn.osgeo.org/qgis/trunk/qgis
18741874
Error validating server certificate for 'https://svn.qgis.org:443':
18751875
- The certificate is not issued by a trusted authority. Use the
18761876
fingerprint to validate the certificate manually!

0 commit comments

Comments
 (0)