Otra manera de examinar sus cambios es con el comando svn diff.
Another way to examine your changes is with the svn diff command.
Enviar parches en el formato devuelto por el comando 'svn diff'.
Submit patches in the format returned by the 'svn diff' command.
Todavía puede ejecutar svn diff y redirigir la salida para crear un fichero parche usable.
You can still run svn diff and redirect the output to create a usable patch file.
La razón de mencionar esto ahora es para señalar una diferencia importante entre svn diff y svn merge.
The reason for bringing this up is to point out an important difference between svn diff and svn merge.
Añada la opción - ignore-ancestry a su comando de fusionado, y se comportará del mismo modo que svn diff.
Add the - ignore-ancestry option to your merge command, and it will behave just like svn diff.
De hecho, resulta que hay tres usos distintos para svn diff
In fact, it turns out that there are three distinct uses of svn diff
Ejecute svn diff para ver las diferencias introducidas por sus cambios en formato diff unificado.
Run svn diff to see unified diff output of your changes.
Esto significa desafortunadamente que para aplicar completamente un parche generado por svn diff, cualquier modificación de propiedades deberá ser aplicada a mano.
This does, unfortunately, mean that to fully apply a patch generated by svn diff using patch, any property modifications will need to be applied by hand.
Y de modo similar, la opción - notice-ancestry hará que svn diff se comporte como un comando de fusionado.
And conversely, the - notice-ancestry option will cause svn diff to behave like the merge command.
Usted puede ver exactamente qué cambios ha hecho usando svn status, svn diff, y svn revert.
You can see exactly what changes you've made by using svn status, svn diff, and svn revert.
Dado que svn merge funciona como svn diff, comparar el tronco y su rama no describirá meramente el conjunto de cambios realizados en su rama.
Since svn merge operates like svn diff, comparing the latest trunk and branch trees will not merely describe the set of changes you made to your branch.
Y después de esto podrá incluso hacer un "svn diff" en el directorio y subversión le mostrará que cambios se han realizado en el archivo local.
And after that you could even do a "svn diff" in the directory and subversion should show you a diff file with the particular local changes you have made.
Ya hemos visto svn diff antes-éste muestra las diferencias de fichero en un formato unificado del diff; fue utilizado para mostrar las modificaciones locales hechas a nuestra copia de trabajo antes de enviarlas al repositorio.
We've already seen svn diff before-it displays file differences in unified diff format; it was used to show the local modifications made to our working copy before committing to the repository.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.