-- Martin Roest <[email protected]> wrote (on Thursday, 17 March 2011, 11:23 AM +0100): > > <[email protected]>wrote: > > > > > We've migrated to the new data center, and public DNS has been > updated. > > > > > > At this time, if you still cannot access the tools, likely you simply > > > need to wait for your DNS to update. > > Subversion is reachable but now I get this: > > iSmartie-2 ~/zyzou/shared/library/Zend$ svn up > svn: Repository UUID '1589e24e-76c8-4bf2-8f94-c092ebc2bf4e' doesn't match > expected UUID '44c647ce-9c0f-0410-b52a-842ac1e357ba' > > > Is this just me or did someone forget to correct the svn UUID after migration.
I ran into this yesterday at the end of the day as well, and I'm looking into it. The reason for the different UUID is two-fold: * We used svnsync to sync the repository to the new servers * The new server, in order to make use of svnsync, was updated to a newer version of subversion (jumped from 1.4.6 to 1.6.15). It's possible we can copy the UUID over directly and have it still work, but I want to verify this before going further. You *may* be able to do an svn switch in order to update the repo, but I've not tested it. I'll get back with more information soon. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
