If the working copy needs to reflect a new directory within the repository,use just svn switch.
Si la copie de travail doit reflèter un nouveau répertoire à l'intérieur du dépôt,utilisez simplement svn switch.
Svn switch- Update working copy to a different URL.
Svn switch- Mettre à jour la copie de travail à partir d'une nouvelle URL.
The--relocate option causes svn switch to do something different.
L'option-- relocate indique à svn switch d'agir différemment.
The svn switch command, like svn update, preserves your local edits.
La commande svn switch, à l'instar de svn update, préserve vos modifications locales.
Have you noticed that the output of svn switch and svn update looks the same?
Déports et mises à jour Avez-vous remarqué que les sorties des commandes svn switch et svn update se ressemblent?
The svn switch command is an alternative way of creating a working copy of a branch.
La commande svn switch est une méthode alternative pour créer une copie de travail d'une branche.
Warning Users often get confused about the difference between svn switch and svn relocate.
Avertissement Les utilisateurs ont souvent du mal à faire la différence entre svn switch et svn relocate.
The svn switch command transforms an existing working copy to reflect a different branch.
La commande svn switch transforme une copie de travail existante de telle sorte qu'elle pointe vers une branche différente.
In addition to the--depth option, the svn update and svn switch subcommands also accept a second depth-related option.
En plus de l'option--depth, les sous-commandes svn update et svn switch acceptent une deuxième option relative au niveau de récursion.
Used with the svn switch subcommand, changes the location of the repository that your working copy references.
Utilisée avec la sous-commande svn switch, changer l'emplacement du dépôt auquel votre copie de travail fait référence.
If the working copy still reflects the same repository directory, but the location of the repository itself has changed,use svn switch with the--relocate option.
Si la copie de travail reflète toujours le même répertoire du dépôt, mais c'est l'emplacement du dépôt lui- même qui a changé,utilisez svn switch avec l'option-- relocate.
The only difference between svn switch and svn update is that the latter command always compares two identical repository paths.
La seule différence entre svn switch et svn update est que cette dernière commande compare toujours deux chemins identiques du dépôt.
You can get one by doing an svn checkout, dredging up an old trunk working copy from somewhere on your disk,or using svn switch see the section called"Traversing Branches.
Vous pouvez vous la procurer soit en effectuant un svn checkout, soit en reprenant une vieille copie de travail du tronc,soit en utilisant svn switch(voir la section intitulée« Parcours des branches».
The svn switch command also takes a--revision(-r) option, so you need not always move your working copy to the HEAD of the branch.
La commande svn switch accepte également l'option--revision(-r), pour que que vous ne soyez pas obligé de faire pointer votre copie de travail vers la révision HEAD de la branche.
Be aware, too, that if you need to reparent your working copy(using svn switch with the--relocate option), externals definitions will not also be reparented.
Soyez conscient également que si vous avez besoin de déplacer toute votre copie de travail(avec svn switch et l'option--relocate), les références externes ne seront pas mises à jour en conséquence.
Subversion won't let you accidentally relocate a working copy of a branch in your repository to the URL of a different branch in the same repository. That's what svn switch, described in svnswitch(sw).
Subversion ne vous laisse pas accidentellement faire pointer une copie de travail d'une branche de votre dépôt vers l'URL d'une autre branche à l'intérieur du même dépôt c'est le rôle de la commande svn switch décrite dans svnswitch sw.
The final command in the prior example- svn switch-is a way of updating an existing working copy to reflect a different repository directory.
La dernière commande de l'exemple précédent, svn switch, est une façon de mettre à jour une copie de travail existante afin qu'elle pointe vers un autre dossier du dépôt.
In other words, if a user knows that the branch work needs to happen on only a specific subdirectory,she uses svn switch to move only that subdirectory to the branch!
En d'autres termes, si un utilisateur sait que le travail sur la branche ne doit avoir lieu que sur un sous-dossier donné,il utilise svn switch pour ne faire pointer que ce sous-dossier vers la branche ou parfois des utilisateurs ne vont faire pointer qu'un unique fichier de travail vers la branche!
If you use svn checkout, svn switch, or svn list to examine an earlier revision, you will still be able to see your old branch.
Si vous utilisez svn checkout, svn switch ou svn list pour examiner une révision plus ancienne, vous pourrez toujours voir votre vieille branche.
The directory is simply missing from the HEAD revision, no longer distracting anyone.If you use svn checkout, svn switch, or svn list to examine an earlier revision, you can still see your old branch.
Le répertoire est juste absent de la révision HEAD, ne gênant plus personne. Sivous utilisez svn checkout, svn switch ou svn list pour examiner une révision plus ancienne, vous pourrez toujours voir votre vieille branche.
You can, however, use svn switch with the--relocate option if the URL of your server changes and you don't want to abandon an existing working copy.
Vous pouvez cependant utiliser svn switch avec l'option--relocate si l'URL de votre serveur change et si vous ne voulez pas abandonner votre copie de travail existante.
You can accomplish this by selectively backdating files or directories to particular revisions(using svn update with the-r option liberally), by switching files anddirectories to particular branches(making use of svn switch), or even just by making a bunch of local changes.
Pour cela vous pouvez antidater de manière sélective des fichiers ou dossiers à des révisions données(en utilisant généreusement svn update avec l'option -r), déporter des fichiers etdes dossiers vers des branches particulières(au moyen de svn switch) ou même effectuer manuellement un tas de modifications locales.
If you're switching your working copy to a branch, svn switch will compare your working copy of/calc/trunk to some other branch directory in the HEAD revision.
Si vous faites pointer votre copie de travail vers une branche, svn switch comparera votre copie de travail de /calc/trunk au répertoire d'une autre branche de la révision HEAD.
Using svn switch to directly switch the external working copy(or some portion thereof) to another URL could cause similar problems if the contents of the primary working copy are expecting particular contents in the external content.
Utiliser svn switch pour faire pointer directement la copie de travail externe vers une nouvelle URL engendre le même type de problème si le contenu de la copie de travail primaire s'attend à un contenu particulier de la copie de travail externe.
Rather than check out a new working copy,you can have the svn switch command“ rewrite” your working copy's administrative metadata to refer to the new repository location.
Plutôt que d'extraire une copie de travail entièrement nouvelle,vous pouvez utiliser la commande svn switch pour« ré-écrire» les méta-données administrative de votre copie de travail pour prendre en compte le nouvel emplacement.
The--relocate option causes svn switch to do something different: it updates your working copy to point to the same repository directory, only at a different URL typically because an administrator has moved the repository to another server, or to another URL on the same server.
L'option--relocate indique à svn switch d'agir différemment: elle actualise votre copie de travail pour pointer vers le même répertoire du dépôt, mais sur une URL différente typiquement lorsque l'administrateur a déplacé le dépôt sur un autre serveur ou à une autre URL sur le même serveur.
By setting this config variable to yes, the svn checkout,svn update, svn switch, and svn revert commands will also set last-commit timestamps on files that they touch.
En configurant cette variable à yes, les commandes svn checkout,svn update, svn switch et svn revert fixeront l'horodatage des fichiers qu'elles modifient à l'horodatage de la dernière propagation.
Beginning with Subversion 1.7, the svn switch command will demand by default that the URL to which you are switching your working copy shares a common ancestry with item that the working copy currently reflects.
Note À partir de Subversion 1.7, la commande svn switch demande par défaut que l'URL vers laquelle vous faites pointer votre copie de travail possède un ancêtre commun avec la copie de travail actuelle.
By setting this config variable to yes, the svn checkout,svn update, svn switch, and svn revert commands will also set last-commit timestamps on files that they touch.
En mettant cette variable de configuration à yes, les commandes svn checkout,svn update, svn switch et svn revert marqueront également les fichiers qu'elles modifient avec la date de dernière propagation.
Français
Dansk
Deutsch
Español
Italiano
Nederlands
Svenska
عربى
Български
বাংলা
Český
Ελληνικά
Suomi
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
日本語
Қазақ
한국어
മലയാളം
मराठी
Bahasa malay
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文