John, I'm not sure why the relocate approach didn't work for you. I ran through those exact steps on my machine to update my workspace. At any rate, thanks for sharing your approach and I'm glad your workspace is now in sync with the changes.
Lawrence John Kaputin <[EMAIL PROTECTED]> 01/02/2008 06:52 AM Please respond to [email protected] To [email protected] cc Subject Re: Woden SVN repo move complete I tried the Relocate approach but it didn't work - looks like this can only be used for a change of server name or protocol (http/https), but not for a relative path change. I guess the same problem will occur with 'svn switch --relocate ...' at the command line. Instead, in the Java perspective in Eclipse I opened the project context menu and selected 'Team->Switch to another branch/tag...' and changed 'incubator' to 'webservices' in the URL. I think the cmd line equivalent is to run 'svn switch URL PATH'. EG: svn switch https://svn.apache.org/repos/asf/webservices/woden/branches/woden47 C:/workspace/woden/woden47 -rHEAD John Kaputin Lawrence Mandel <[EMAIL PROTECTED]> wrote on 24/12/2007 18:48:20: > I've complete the move of Woden's SVN repository to > > https://svn.apache.org/repos/asf/webservices/woden/ > > To update your workspace in Eclipse: > > 1. Change to the SVN Repository Exploring perspective. > 2. You should have an entry for > https://svn.apache.org/repos/asf/incubator/woden. Right click on the entry > and select Relocate... > 3. The wizard will show you the projects that will be relocated. Click > next. > 4. Enter the new URL as https://svn.apache.org/repos/asf/webservices/woden > and click Finish. > 5. The wizard relocates the Woden repository and all your projects are > updated. > > These instructions are available with screenshots in the Eclipse help > system (if you have subclipse installed) under Subclipse->Reference->Other > Actions->Relocate Repository.) > > To update your workspace from the command line: > > Use the SVN switch command as follows: > > svn switch --relocate https://svn.apache.org/repos/asf/incubator/woden > https://svn.apache.org/repos/asf/webservices/woden > > More information on the command line switch command can be found at [1]. > > [1] http://svnbook.red-bean.com/en/1.4/svn.ref.svn.c.switch.html > > > Please let me know if you have any issues. > > Lawrence > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
