[fdo-internals] FW: [mapguide-internals] FW: [SAC] Subversion vhostmigration underway

Greg Boone greg.boone at autodesk.com
Sat Mar 3 20:55:27 EST 2007


FYI... 

 

Here are the commands I ran to switch my local repositories.

 

Greg

 

-------

 

FDO Trunk

 

cd [FDO_Trunk]

 

svn switch --relocate https://osgeo.org/svn/fdo/trunk
https://svn.osgeo.org/fdo/trunk

 

FDO 3.2.x

 

cd [FDO_3.2.x]

 

svn switch --relocate https://osgeo.org/svn/fdocore/branches/3.2.x
https://svn.osgeo.org/fdocore/branches/3.2.x

 

cd [FDO_3.2.x]/Providers/ArcSDE

 

svn switch --relocate https://osgeo.org/svn/fdoarcsde/branches/3.2.x
https://svn.osgeo.org/fdoarcsde/branches/3.2.x

 

cd [FDO_3.2.x]/Providers/GDAL

 

svn switch --relocate https://osgeo.org/svn/fdogdal/branches/3.2.x
https://svn.osgeo.org/fdogdal/branches/3.2.x

 

cd [FDO_3.2.x]/Providers/GenericRdbms

 

svn switch --relocate https://osgeo.org/svn/fdordbms/branches/3.2.x
https://svn.osgeo.org/fdordbms/branches/3.2.x

 

cd [FDO_3.2.x]/Providers/SDF

 

svn switch --relocate https://osgeo.org/svn/fdosdf/branches/3.2.x
https://svn.osgeo.org/fdosdf/branches/3.2.x

 

cd [FDO_3.2.x]/Providers/SHP

 

svn switch --relocate https://osgeo.org/svn/fdoshp/branches/3.2.x
https://svn.osgeo.org/fdoshp/branches/3.2.x

 

cd [FDO_3.2.x]/Providers/WFS

 

svn switch --relocate https://osgeo.org/svn/fdowfs/branches/3.2.x
https://svn.osgeo.org/fdowfs/branches/3.2.x

 

cd [FDO_3.2.x]/Providers/WMS

 

svn switch --relocate https://osgeo.org/svn/fdowms/branches/3.2.x
https://svn.osgeo.org/fdowms/branches/3.2.x

 

Marble 3.2.1

 

cd [FDO_3.2.1]

 

svn switch --relocate https://osgeo.org/svn/fdocore/branches/3.2.1
<https://osgeo.org/svn/fdocore/branches/3.2.x>
https://svn.osgeo.org/fdocore/branches/3.2.1

 

cd [FDO_3.2.1]/Providers/ArcSDE

 

svn switch --relocate https://osgeo.org/svn/fdoarcsde/branches/3.2.1
<https://osgeo.org/svn/fdoarcsde/branches/3.2.x>
https://svn.osgeo.org/fdoarcsde/branches/3.2.1

 

cd [FDO_3.2.1]/Providers/GDAL

 

svn switch --relocate https://osgeo.org/svn/fdogdal/branches/3.2.1
<https://osgeo.org/svn/fdogdal/branches/3.2.x>
https://svn.osgeo.org/fdogdal/branches/3.2.1

 

cd [FDO_3.2.1]/Providers/GenericRdbms

 

svn switch --relocate https://osgeo.org/svn/fdordbms/branches/3.2.1
<https://osgeo.org/svn/fdordbms/branches/3.2.x>
https://svn.osgeo.org/fdordbms/branches/3.2.1

 

cd [FDO_3.2.1]/Providers/SDF

 

svn switch --relocate https://osgeo.org/svn/fdosdf/branches/3.2.1
<https://osgeo.org/svn/fdosdf/branches/3.2.x>
https://svn.osgeo.org/fdosdf/branches/3.2.1

 

cd [FDO_3.2.1]/Providers/SHP

 

svn switch --relocate https://osgeo.org/svn/fdoshp/branches/3.2.1
<https://osgeo.org/svn/fdoshp/branches/3.2.x>
https://svn.osgeo.org/fdoshp/branches/3.2.1

 

cd [FDO_3.2.1]/Providers/WFS

 

svn switch --relocate https://osgeo.org/svn/fdowfs/branches/3.2.1
<https://osgeo.org/svn/fdowfs/branches/3.2.x>
https://svn.osgeo.org/fdowfs/branches/3.2.1

 

cd [FDO_3.2.1]/Providers/WMS

 

svn switch --relocate https://osgeo.org/svn/fdowms/branches/3.2.1
<https://osgeo.org/svn/fdowms/branches/3.2.x>
https://svn.osgeo.org/fdowms/branches/3.2.1

 

 

-----Original Message-----
From: fdo-internals-bounces at lists.osgeo.org
[mailto:fdo-internals-bounces at lists.osgeo.org] On Behalf Of Jason Birch
Sent: Saturday, March 03, 2007 3:33 PM
To: fdo-internals at lists.osgeo.org
Subject: [fdo-internals] FW: [mapguide-internals] FW: [SAC] Subversion
vhostmigration underway
Importance: High

 

Hi all,

 

If you are currently using a host other than svn.osgeo.org, please make
sure that you update your local repository to point to the new location
by 5pm CST, Monday.

 

For instance, if you are using https://osgeo.org/svn/fdo
https://osgeo.org/svn/fdo  (or mapguide), use the following command:

 

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

 

(all on one line, and be careful of the munging that my email client
does.  It's "svn switch --relocate OLDURL NEWURL")

 

This change is necessary so that we can move away from wildcard DNS,
which is causing considerable problems in managing the website, and to
allow for future separate of SVN and WWW services onto different
servers.  If you require extended time to make this change, please let
the SAC mailing list know by email as soon as possible.

 

If you are pointing to the svn.osgeo.org host but including /svn/ at the
beginning of your path, you do not have to change immediately, but you
are still encouraged to update to the new canonical URI as soon as
possible.  e.g.:

 

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

 

Jason

 

________________________________

 

From: sac-bounces at lists.osgeo.org on behalf of Howard Butler

Sent: Sat 2007-03-03 6:36 AM

To: System Administration Committee Discussion/OSGeo

Subject: Re: [SAC] Subversion vhost migration underway

 

 

 

I have turned it on long enough for users to do a svn switch.  I

propose that we switch it off Monday at 5 pm CST.  I think it would

be pretty important that they don't *commit* anything to the old URL,

and only commit to the new URL after they issue the switch.  The svn

switch --relocate command below should work fine with the appropriate

substitutions for their URLs.

 

Howard

 

On Mar 3, 2007, at 1:49 AM, Jason Birch wrote:

 

> Howard,

> 

> Several users were/are taking advantage of the wildcard DNS to

> reference the repositories with paths like:

> 

> https://osgeo.org/svn/fdo <https://osgeo.org/svn/fdo>

> 

> Is there any way to re-enable that path on the www vhost until

> these users get switched over?  I misunderstood the impact of the

> changes and indicated in my note that these aliases would continue

> to work until the wildcard DNS was pulled.

> 

> Jason

> 

> 

> ________________________________

> 

> From: sac-bounces at lists.osgeo.org on behalf of Howard Butler

> Sent: Fri 2007-03-02 8:20 PM

> To: System Administration Committee Discussion/OSGeo

> Subject: [SAC] Subversion vhost migration underway

> 

> 

> 

> Folks,

> 

> I have flipped the switch on the DNS, and the subversion virtual host

> migration is underway.  The TTL was set to 6 hours a couple of days

> ago (after being turned down to 1 day more than a week ago), so the

> new DNS should propagate fairly quickly.  After some time for DNS to

> propagate, we'll flip the switch back on for the repositories.

> 

> Note that it is expected that both http://svn.osgeo.org/gdal and

> http://svn.osgeo.org/svn/gdal will continue to work as repository

> URLs, but the shorter one is the preferred one.  At some indefinite

> point in the future, we will quit answering to /svn/gdal.

> 

> After the repositories are back up, at your leisure you may do:

> 

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

> svn.osgeo.org/gdal

> 

> and all should be well.

> 

> Howard

> _______________________________________________

> Sac mailing list

> Sac at lists.osgeo.org

> http://lists.osgeo.org/mailman/listinfo/sac

> 

> 

> <winmail.dat>

> _______________________________________________

> Sac mailing list

> Sac at lists.osgeo.org

> http://lists.osgeo.org/mailman/listinfo/sac

 

_______________________________________________

Sac mailing list

Sac at lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/sac

 

 

_______________________________________________

mapguide-internals mailing list

mapguide-internals at lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/mapguide-internals

 

_______________________________________________

fdo-internals mailing list

fdo-internals at lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/fdo-internals

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fdo-internals/attachments/20070303/bb60325b/attachment-0001.html


More information about the fdo-internals mailing list