SVN commit 921793 by marchand: we really don't want to revert changes when we meant to rename things M +2 -0 kio_svn_helper.cpp M +1 -1 subversion.desktop --- trunk/KDE/kdesdk/kioslave/svn/svnhelper/kio_svn_helper.cpp #921792:921793 @@ -251,6 +251,8 @@ KIO::SimpleJob * job = KIO::special(servURL, parms); connect( job, SIGNAL( result( KJob * ) ), this, SLOT( slotResult( KJob * ) ) ); KIO::NetAccess::synchronousRun( job, 0 ); + } else if (args->isSet("R")) { + kDebug(7128) << "rename TODO " << list; } else if (args->isSet("C")) { kDebug(7128) << "checkout " << list; SubversionCheckoutDialog d; --- trunk/KDE/kdesdk/kioslave/svn/svnhelper/subversion.desktop #921792:921793 @@ -259,7 +259,7 @@ Name[zh_CN]=重命名... Name[zh_TW]=重新命名... Icon=edit-rename -Exec=kio_svn_helper -r %U +Exec=kio_svn_helper -R %U Comment=Rename a file locally and in the repository. Use this rather than adding and deleting to rename a file. Comment[ca]=Reanomena un fitxer localment i en el repositori. Use-ho en comptes d'afegir i eliminar per a reanomenar un fitxer. Comment[cs]=Přejmenovat soubor lokálně a v repository. Použijte raději než přidání a smazání souboru k docílení jeho přejmenování.