Vertaling van "svn diff" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
La commande svn diff offre une autre façon d'examiner vos changements.
Another way to examine your changes is with the svn diff command.
Appliquer un simple correctif qui a été crée par la commande svn diff.
Apply a simple patch file generated by the svn diff command.
Wrapper pour svn diff utilisant mes utilitaires ext-diff et tdiff.
Wrapper for svn diff using my ext-diff and tdiff utilities.
Nous commençerons par utiliser svn diff pour générer un fichier patch.
We'll first use svn diff to create a patch file.
Ordonne à svn diff de produire un affichage compatible avec les outils tiers d'application de correctifs.
Instructs svn diff to produce output compatible with generic third-party patch tools.
Tapez juste svn diff pour afficher les modifications faites localement à une copie de travail.
Use just svn diff to display local modifications in a working copy.
Il convient de soumettre des patchs dans le format de commande "svn diff".
Submit patches in the format returned by the 'svn diff' command.
La commande svn diff produit ces lignes en comparant vos fichiers de travail aux copies « originales » en cache dans la zone administrative.
The svn diff command produces this output by comparing your working files against the cached "pristine" copies within the.svn area.
Un correctif unidiff convenable pour être appliqué à une copie de travail peut être produit par la commande svn diff ou par un outil tiers.
A unidiff patch suitable for application to a working copy can be produced with the svn diff command or third-party differencing tools.
Supposons qu'en examinant la sortie de svn diff, vous vous rendiez compte que tous les changements effectués sur un fichier donné sont erronés.
Suppose while viewing the output of svn diff you determine that all the changes you made to a particular file are mistakes.
Nous abordons ce point pour mettre en évidence une différence importante entre svn diff et svn merge.
The reason for bringing this up is to point out an important difference between svn diff and svn merge.
Au contraire de svn diff, la commande merge prend en compte l'héritage d'un fichier pour effectuer la fusion.
Unlike svn diff, the merge command takes the ancestry of a file into consideration when performing a merge operation.
Vous obtenez avec cette option le même résultat que lorsque vous lancez svn diff avec les options - show-copies-as-adds - ignore-properties.
The result of using this option is the same as running svn diff with - show-copies-as-adds - ignore-properties options.