What is the translation of " SVN MERGE " in English?

Examples of using Svn merge in French and their translations into English

{-}
  • Colloquial category close
  • Official category close
C'est pourquoi svn merge a ce comportement par défaut.
Therefore, svn merge defaults to this behavior.
Désactiver aussi Suivi de fusions lorsque elle est utilisée avec la sous-commande svn merge.
Also disables Merge Tracking when used with the svn merge subcommand.
Mais svn merge ne dispose pas de telles garanties et peut être bien plus chaotique.
But svn merge has no such guarantees and can be much more chaotic.
Fusionner une branche vers le tronc svn merge--reintegrate branchURL; svn commit.
Merge a branch back into trunk svn merge--reintegrate branchURL; svn commit.
Nous abordons ce point pour mettre en évidence une différence importante entre svn diff et svn merge.
Ancestry.” The reason for bringing this up is to point out an important difference between svn diff and svn merge.
Combinations with other parts of speech
Usage with adjectives
Usage with verbs
Prévisualiser une fusion svn merge URL--dry-run Abandonner une fusion svn revert -R.
Preview a merge svn merge URL--dry-run Abandon merge results svn revert-R.
Ceci donne une sorte d'aperçu du prochain ensemble de modifications que svn merge recopiera vers votre branche.
This gives a sort of preview of the next set of changes that svn merge will replicate to your branch.
Un usage très répandu de svn merge est le retour en arrière sur une modification qui a déjà été propagée.
Another common use for svn merge is to roll back a change that has already been committed.
Cette option n'est valide qu'avec les commandes svn diff ou svn merge, et avec l'option--diff-cmd.
This option is valid only when used with the svn diff or svn merge commands, with the--diff-cmd option.
Cependant, les conflits engendrés par svn merge sont parfois différents et ce paragraphe va expliquer ces différences.
The conflicts produced by svn merge, however, are sometimes different, and this section explains those differences.
Subversion essaye de générer des métadonnées de fusion dès qu'il le peut, afinde rendre plus intelligentes les invocations suivantes de svn merge.
Subversion tries to generate mergemetadata whenever it can, to make future invocations of svn merge smarter.
Tout comme la commande svn update, svn merge applique les modifications à votre copie de travail.
Just like the svn update command, svn merge applies changes to your working copy.
Cela pourrait ressembler à un bogue, mais pas du tout carcette propriété a pour finalité d'être gérée uniquement par la sous-commmande svn merge.
This might sound like a bug, butit really isn't because this property is intended to be managed solely by the svn merge subcommand.
Nous venons de voir des exemples d'utilisation de la commande svn merge et nous allons bientôt en voir plusieurs autres.
You have now seen some examples of the svn merge command, and you're about to see several more.
Cependant, quand svn merge cause un conflit, il crée trois fichiers appelés nomdufichier. working, nomdufichier. left et nomdufichier. right.
When svn merge produces a conflict, though, it creates three files named filename. working, filename. left, and filename. right.
Ensuite, nous utilisons la forme 2-URL de la sous-commande svn merge pour répliquer ces mêmes modifications vers notre branche fournisseur.
Afterwards, we will use the 2-URL form of the svn merge command to replicate those same changes into our vendor branch.
La sous- commande svn merge fera de son mieux pour appliquer la plus grande partie possible du delta, mais ça risque d'être impossible pour certains morceaux.
The svn merge subcommand does its best to apply as much of the delta as possible, but some parts may be impossible.
Quand un client Subversion pré-1.5 exécute svn merge, il ne modifie pas du tout la valeur de la propriété svn..
When a pre-1.5 Subversion client performs svn merge, it doesn't modify the value of the svn..
Recursive, d'effacer tout fichier ou dossier non suivi en versions restant après le retour en arrière et de relancer svn merge avec des paramètres différents.
Recursive, delete any unversioned files or directories left behind after the revert, and rerun svn merge with different arguments.
Depuis Subversion 1.8, la sous- commande svn merge détecte automatiquement ce cas et effectue la fusion correctement.
Since Subversion 1.8 the svn merge subcommand automatically detects this scenario and performs the appropriate merge..
Syntaxe de la fusion: pour tout vous dire Nous venons de voir des exemples d'utilisation de la commande svn merge et nous allons bientôt en voir plusieurs autres.
Branching and Merging 100 You have now seen some examples of the svn merge command, and you're about to see several more.
Utilisée avec la sous-commande svn merge, fusionner tous les changements de la branche spécifique dans sa branche ancêtre.
Reintegrate Used with the svn merge subcommand to merge all of the source URL's changes into the working copy.
De la même façon que la commande Unix patch se plaint parfois de« morceaux ratés»(failed hunks), svn merge se plaint de« cibles manquantes omises» skipped targets.
Just as the Unix patch command sometimes complains about“failed hunks,” svn merge will similarly complain about“skipped targets.
La commande svn merge, par contre, peut gérer des modifications dans l'arborescence et dans les propriétés en les appliquant directement à votre copie de travail.
The svn merge command, however, can express changes in tree structure and properties by directly applying them to your working copy.
La plupart des fusions impliquent de comparer des arborescences qui ont une relation d'ascendance de l'une à l'autre; c'est pourquoi svn merge a ce comportement par défaut.
Most merges involve comparing trees that are ancestrally related to one another; therefore, svn merge defaults to this behavior.
Avec Subversion 1.7 ou plus récent, la sous-commande svn merge interdit par défaut les fusions dans les copies de travail à révisions mélangées.
With the release of Subversion 1.7 the svn merge subcommand disables merges into mixed-revision working copies by default.
La commande svn merge a appliqué deux correctifs indépendants à votre copie de travail, afin de sauter l'ensemble de modifications 355, que votre branche contenait déjà.
The svn merge command applied two independent patches to your working copy to skip over changeset 355, which your branch already contained.
Dans la terminologie Subversion, l'action générale de réplication des modifications d'une branche vers une autre s'appelle la fusion etelle s'effectue à l'aide de plusieurs exécutions de la commande svn merge.
In Subversion terminology, the general act of replicating changes from one branch to another is called merging, andit is performed using various invocations of the svn merge command.
Si vous choisissez d'utiliser la commande svn merge dans sa version intégrale en lui fournissant les groupes de révisions spécifiques à copier, la commande prend trois paramètres.
If you choose to use the svn merge command in all its full glory by giving it specific revision ranges to duplicate, the command takes three main arguments.
Dans la terminologie Subversion, l'action générale de réplication des modifications d'une branche vers une autre s'appelle la fusion etelle s'effectue à l'aide de plusieurs exécutions de la sous-commande svn merge.
In Subversion terminology, the general act of replicating changes from one branch to another is called merging, andit is performed using various invocations of the svn merge subcommand.
Results: 92, Time: 0.0342

How to use "svn merge" in a French sentence

Il y a une technique très simple pour comprendre comment svn merge agit.
La syntaxe de svn merge est assez flexible quant à la façon de spécifier les trois paramètres.
Quand svn merge génère un conflit, elle crée trois fichiers dont les noms sont nom_du_fichier.working, nom_du_fichier.merge-left.rANCIENNE_REV et nom_du_fichier.merge-right.rNOUVELLE_REV.
Lorsque vous l'avez trouvé, mettez à jour la dernière révision (head), puis appliquez le svn merge comme suggéré ci-dessus.
Cependant, à l'occasion, vous pourriez vouloir que la commande svn merge compare deux arborescences sans relation d'ascendance entre elles.
Si vous utilisez svn merge pour effectuer de simples copies de modifications entre branches, elle fait généralement ce qu'il faut automatiquement.

How to use "svn merge" in an English sentence

Each changeset committed to head must be merged using svn merge as a single changeset to stable/7.
The short version would be svn merge ^/repo/trunk .
Please consider implement svn merge command support in Subversion plugin.
You may have found it easier to use svn merge to revert those changes.
Perform an svn merge of a single file using diff3 by finding the common ancestor.
Instead use svn merge with the --record-only option.
I make sure to keep it synchronized with trunk with regular svn merge commands.
Additionally, svn merge will delete files and directories that you added to the core WordPress install.
Command Line: svn merge -v ^/trunk ^/branches/feature/sempv2_vpn_mon_7 .
Stash the changed file(s) if desired. $ svn svn merge -r9999:9998 .

Word-for-word translation

Top dictionary queries

French - English