[Gdal-dev] Subversion changes

Frank Warmerdam warmerdam at pobox.com
Sun Mar 4 23:34:38 EST 2007


Folks,

Howard has made the changes to GDAL's subversion and for somewhat esoteric
reasons, the old subversion url no longer works.  So a small change should
be made in your root "gdal" directory if you want an existing tree to continue
to work.

Do:

svn info

And look for the URL line.  Something like:

URL: https://svn.osgeo.org/svn/gdal/trunk/gdal

If this line has https: then do the following in the same directory:

svn switch --relocate https://svn.osgeo.org/svn/gdal https://svn.osgeo.org/gdal

If the URL line is using http: then do this:

svn switch --relocate http://svn.osgeo.org/svn/gdal http://svn.osgeo.org/gdal

By the way, I'd strongly discourage using http: for anyone doing commits.
Please only use http: for anonymous checkouts, and use https for any
tree where you plan to make changes back to the master.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGeo, http://osgeo.org




More information about the Gdal-dev mailing list