[Mapbender-dev] [Fwd: FW: [SAC] Subversion vhost migration
underway]
Frank Warmerdam
warmerdam at pobox.com
Mon Mar 5 11:06:39 EST 2007
Christoph Baudson (WhereGroup) wrote:
> the old svn URL is no longer working; try the new one
>
> https://mapbender.osgeo.org/mapbender
Christoph,
Aii - no!
It should be https://svn.osgeo.org/mapbender
In fact, what you have quoted will work due to the wildcard dns thingy
being re-enabled temporarily but it will break immediately after that.
Paraphrasing from my announcement to gdal-dev:
"""
Howard has made the changes to Mapbender's subversion and for somewhat esoteric
reasons, the old subversion url no longer works. So a small change should
be made in your root mapbender 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/mapbender/trunk/mapbender
If this line has https: then do the following in the same directory:
svn switch --relocate https://svn.osgeo.org/svn/mapbender \
https://svn.osgeo.org/mapbender
If the URL line is using http: then do this:
svn switch --relocate http://svn.osgeo.org/svn/mapbender \
http://svn.osgeo.org/mapbender
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.
PS. if you have something like https://mapbender.osgeo.org/mapbender then
also switch that. eg.
svn switch --relocate https://mapbender.osgeo.org/mapbender \
https://svn.osgeo.org/mapbender
--
---------------------------------------+--------------------------------------
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 Mapbender_dev
mailing list