On Wednesday 04 May 2005 16:19, Mickael Marchand wrote: > indeed ;) > I am just not sure what 'svn switch' alone will do and relocate will > (should ! :) be faster if it does not connect. Actually relocate works better here. It looks like "svn switch" (without relocate) needs read access from the old URL, which relocate doesn't. $ grep url .svn/entries url="svn+ssh://kainhofe@svn.kde.org/home/kde/trunk/KDE/kdebase" $ svn switch svn+ssh://dfaure@svn.kde.org/home/kde/trunk/KDE/kdebase Permission denied (publickey,keyboard-interactive). svn: Connection closed unexpectedly $ svn switch --relocate svn+ssh://kainhofe@svn.kde.org/home/kde/trunk/KDE/kdebase svn+ssh://dfaure@svn.kde.org/home/kde/trunk/KDE/kdebase $ svn up Fetching external item into 'admin' U admin/acinclude.m4.in Updated external to revision 409269. Updated to revision 409269. $ grep url .svn/entries url="svn+ssh://dfaure@svn.kde.org/home/kde/trunk/KDE/kdebase" -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).