svnlook diff — Afficher les différences pour les fichiers et les propriétés modifiés.
--diff-copy-from --no-diff-added --no-diff-deleted --revision (-r) REV --transaction (-t) TXN
Cet exemple montre un fichier nouvellement ajouté (vide), un fichier effacé et un fichier copié :
$ svnlook diff -r 40 /var/svn/depot/ Copié: oeuf.txt (from rev 39, trunk/magasin/epicerie/vinaigre.txt) Ajouté: trunk/magasin/epicerie/soda.txt ============================================================================== Modifié: trunk/magasin/epicerie/sandwich.txt ============================================================================== --- trunk/magasin/epicerie/sandwich.txt (original) +++ trunk/magasin/epicerie/sandwich.txt 2003-02-22 17:45:04.000000000 -0600 @@ -0,0 +1 @@ +N'oublie pas la mayo ! Modifié: trunk/magasin/epicerie/logo.jpg ============================================================================== (Binary files differ) Effacé: trunk/magasin/epicerie/chips.txt ============================================================================== Effacé: trunk/magasin/epicerie/vinaigre.txt ==============================================================================
Si un fichier possède une propriété
svn:mime-type
d'un type non textuel, les
différences ne sont pas affichées explicitement.