From duncan at grisby.org Thu May 23 15:51:57 2013 From: duncan at grisby.org (Duncan Grisby) Date: Thu, 23 May 2013 15:51:57 +0100 Subject: [omniORB-dev] omniORB subversion repository moved Message-ID: <1369320717.9900.8.camel@localhost> Hello, SourceForge has moved the omniORB subversion repository to a new home. if you have a checkout, you need to tell svn is has been relocated. To do so, go to the top-level directory of the checkout and run a command like this for a checkout of trunk: svn relocate https://svn.code.sf.net/p/omniorb/svn/trunk or if you have the 4_1 branch: svn relocate https://svn.code.sf.net/p/omniorb/svn/branches/4_1 If you have an older svn version, you need to use svn switch instead, e.g.: svn switch --relocate https://omniorb.svn.sourceforge.net/svnroot/omniorb/trunk https://svn.code.sf.net/p/omniorb/svn/trunk Let me know if there are any problems... Cheers, Duncan. -- -- Duncan Grisby -- -- duncan at grisby.org -- -- http://www.grisby.org --