Examples with "of svn diff" and their translation in Spaans
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.
In fact, it turns out that there are three distinct uses of svn diff
If Sally's change had, say, added a new directory, the output of svn diff wouldn't have mentioned it at all.
Si el cambio de Carmen, digamos, hubiese añadido un nuevo directorio, la salida de svn diff ni si quiera lo hubiese mencionado.
Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your Subversion working copy).
Entonces, envíe un email a la lista de desarrolladores con su mensaje de cambios y la salida del comando svn diff (realizado desde el directorio raíz de su copia local de Subversion).
Andere resultaten
A word of warning: while svn diff and svn merge are very similar in concept, they do have different syntax in many cases.
Aviso: aunque los comandos svn diff y svn merge son similares en concepto, tienen una diferente sintaxis en muchos casos.
Another way to examine your changes is with the svn diff command.
Otra manera de examinar sus cambios es con el comando svn diff.
Submit patches in the format returned by the 'svn diff' command.
Enviar parches en el formato devuelto por el comando 'svn diff'.
You can still run svn diff and redirect the output to create a usable patch file.
Todavía puede ejecutar svn diff y redirigir la salida para crear un fichero parche usable.
The reason for bringing this up is to point out an important difference between svn diff and svn merge.
La razón de mencionar esto ahora es para señalar una diferencia importante entre svn diff y svn merge.
Add the - ignore-ancestry option to your merge command, and it will behave just like svn diff.
Añada la opción - ignore-ancestry a su comando de fusionado, y se comportará del mismo modo que svn diff.
Run svn diff to see unified diff output of your changes.
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.
Esto significa desafortunadamente que para aplicar completamente un parche generado por svn diff, cualquier modificación de propiedades deberá ser aplicada a mano.
And conversely, the - notice-ancestry option will cause svn diff to behave like the merge command.
Y de modo similar, la opción - notice-ancestry hará que svn diff se comporte como un comando de fusionado.
The svn diff command produces this output by comparing your working files against the cached "pristine" copies within the.svn area.
El comando svn diff produce esta salida comparando sus ficheros de copia de trabajo contra la copia "prístina" almacenada en el área.svn.