Examples with "de svn diff" and their translation 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.
Si el cambio de Carmen, digamos, hubiese añadido un nuevo directorio, la salida de svn diff ni si quiera lo hubiese mencionado.
If Sally's change had, say, added a new directory, the output of svn diff wouldn't have mentioned it at all.
Andere resultaten
Ahora podemos dirigirnos a ayita pidiéndole al bot que le diga a otro usuario acerca de diff-#svn en Freenode.
Now we can address ayita, asking the bot to tell another user about diff-cmd
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
Cuando invoca svn diff, usa el motor diferencial interno de Subversion, el cual genera ficheros diferenciales en formato unificado por defecto.
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.
El comando svn diff produce esta salida comparando sus ficheros de copia de trabajo contra la copia "prístina" almacenada en el área.svn.
The svn diff command produces this output by comparing your working files against the cached "pristine" copies within the.svn area.