@@ -431,7 +431,7 @@ This page describes how to get started using the QGIS Subversion repository
431
431
To check out QGIS HEAD:
432
432
433
433
434
- svn --username [your user name] co https://svn.qgis .org/repos /qgis/trunk/qgis
434
+ svn --username [your user name] co https://svn.osgeo .org/qgis/trunk/qgis
435
435
436
436
437
437
@@ -448,12 +448,12 @@ for more information. The Links page contains a good selection of SVN clients fo
448
448
To check out a branch
449
449
450
450
451
- svn co https://svn.qgis .org/repos /qgis/branches/<branch name>
451
+ svn co https://svn.osgeo .org/qgis/branches/<branch name>
452
452
453
453
To check out SVN stable trunk:
454
454
455
455
456
- svn co https://svn.qgis .org/repos/ qgis/trunk/qgis qgis_unstable
456
+ svn co https://svn.osgeo .org/qgis/trunk/qgis qgis_trunk
457
457
458
458
459
459
/!\ Note: If you are behind a proxy server, edit your ~/subversion/servers file to specify
@@ -471,7 +471,7 @@ See the INSTALL file in the source tree for specific instructions on building de
471
471
If you're interested in checking out Quantum GIS documentation sources:
472
472
473
473
474
- svn co https://svn.qgis .org/repos/qgis_docs /trunk qgis_docs
474
+ svn co https://svn.osgeo .org/qgis/docs /trunk qgis_docs
475
475
476
476
477
477
You can also take a look at DocumentationWritersCorner for more information.
@@ -531,7 +531,7 @@ We prefer that new feature developments happen out of trunk so that trunk remain
531
531
stable state. To create a branch use the following command:
532
532
533
533
534
- svn copy https://svn.qgis .org/repos/ qgis/trunk/qgis https://svn.qgis .org/repos /qgis/branches/qgis_newfeature
534
+ svn copy https://svn.osgeo .org/qgis/trunk/qgis https://svn.osgeo .org/qgis/branches/qgis_newfeature
535
535
svn commit -m "New feature branch"
536
536
537
537
@@ -546,8 +546,8 @@ numbers of your branch which will produce output something like this:
546
546
547
547
timlinux@timlinux-desktop:~/dev/cpp/qgis_raster_transparency_branch$ svn info
548
548
Caminho: .
549
- URL: https://svn.qgis .org/repos /qgis/branches/raster_transparency_branch
550
- Raiz do Repositório: https://svn.qgis .org/repos /qgis
549
+ URL: https://svn.osgeo .org/qgis/branches/raster_transparency_branch
550
+ Raiz do Repositório: https://svn.osgeo .org/qgis
551
551
UUID do repositório: c8812cc2-4d05-0410-92ff-de0c093fc19c
552
552
Revisão: 6546
553
553
Tipo de Nó: diretório
@@ -562,13 +562,13 @@ The second revision number shows the revision number of the start revision of yo
562
562
current revision. You can do a dry run of the merge like this:
563
563
564
564
565
- svn merge --dry-run -r 6495:6546 https://svn.qgis .org/repos /qgis/trunk/qgis
565
+ svn merge --dry-run -r 6495:6546 https://svn.osgeo .org/qgis/trunk/qgis
566
566
567
567
568
568
After you are happy with the changes that will be made do the merge for real like this:
569
569
570
570
571
- svn merge -r 6495:6546 https://svn.qgis .org/repos /qgis/trunk/qgis
571
+ svn merge -r 6495:6546 https://svn.osgeo .org/qgis/trunk/qgis
572
572
svn commit -m "Merged upstream changes from trunk to my branch"
573
573
574
574
@@ -652,7 +652,7 @@ several substantial patches that demonstrate their understanding of modifying th
652
652
Checkout the sources:
653
653
654
654
655
- svn co https://svn.qgis .org/repos /qgis/trunk/qgis qgis
655
+ svn co https://svn.osgeo .org/qgis/trunk/qgis qgis
656
656
657
657
658
658
Build the sources (see INSTALL document for proper detailed instructions)
0 commit comments