@@ -431,7 +431,7 @@ This page describes how to get started using the QGIS Subversion repository
431431To check out QGIS HEAD:
432432
433433
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
435435
436436
437437
@@ -448,12 +448,12 @@ for more information. The Links page contains a good selection of SVN clients fo
448448To check out a branch
449449
450450
451- svn co https://svn.qgis .org/repos /qgis/branches/<branch name>
451+ svn co https://svn.osgeo .org/qgis/branches/<branch name>
452452
453453To check out SVN stable trunk:
454454
455455
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
457457
458458
459459/!\ 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
471471If you're interested in checking out Quantum GIS documentation sources:
472472
473473
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
475475
476476
477477You 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
531531stable state. To create a branch use the following command:
532532
533533
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
535535 svn commit -m "New feature branch"
536536
537537
@@ -546,8 +546,8 @@ numbers of your branch which will produce output something like this:
546546
547547 timlinux@timlinux-desktop:~/dev/cpp/qgis_raster_transparency_branch$ svn info
548548 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
551551 UUID do repositório: c8812cc2-4d05-0410-92ff-de0c093fc19c
552552 Revisão: 6546
553553 Tipo de Nó: diretório
@@ -562,13 +562,13 @@ The second revision number shows the revision number of the start revision of yo
562562current revision. You can do a dry run of the merge like this:
563563
564564
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
566566
567567
568568After you are happy with the changes that will be made do the merge for real like this:
569569
570570
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
572572 svn commit -m "Merged upstream changes from trunk to my branch"
573573
574574
@@ -652,7 +652,7 @@ several substantial patches that demonstrate their understanding of modifying th
652652Checkout the sources:
653653
654654
655- svn co https://svn.qgis .org/repos /qgis/trunk/qgis qgis
655+ svn co https://svn.osgeo .org/qgis/trunk/qgis qgis
656656
657657
658658Build the sources (see INSTALL document for proper detailed instructions)
0 commit comments