This text is a work in progress—highly subject to change—and may not accurately describe any released version of the Apache™ Subversion® software. Bookmarking or otherwise referring others to this page is probably not such a smart idea. Please visit http://www.svnbook.com/ for stable versions of this book.

Nom

svnlook history — Afficher l'historique d'un chemin dans le dépôt (ou de la racine du dépôt si aucun chemin n'est spécifié).

Synopsis

svnlook history CHEMIN_DÉPÔT [CHEMIN_DANS_DÉPÔT]

Description

Afficher l'historique d'un chemin dans le dépôt (ou de la racine du dépôt si aucun chemin n'est spécifié).

Options

Exemple

Cet exemple affiche l'historique pour le chemin /branches/librairie pour la révision 13 dans notre dépôt de test :

$ svnlook history -r 13 /var/svn/depot /branches/librairie --show-ids
REVISION   CHEMIN <ID>
--------   ---------
      13   /branches/librairie <1.1.r13/390>
      12   /branches/librairie <1.1.r12/413>
      11   /branches/librairie <1.1.r11/0>
       9   /trunk <1.0.r9/551>
       8   /trunk <1.0.r8/131357096>
       7   /trunk <1.0.r7/294>
       6   /trunk <1.0.r6/353>
       5   /trunk <1.0.r5/349>
       4   /trunk <1.0.r4/332>
       3   /trunk <1.0.r3/335>
       2   /trunk <1.0.r2/295>
       1   /trunk <1.0.r1/532>