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 filesize — Afficher la taille (en octets) d'un fichier suivi en versions.

Synopsis

svnlook filesize CHEMIN_DÉPÔT CHEMIN_DANS_DÉPÔT

Description

Afficher la taille (en octets) du fichier situé à CHEMIN_DANS_DÉPÔT dans la révision HEAD du dépôt identifié par CHEMIN_DÉPÔT. La taille est un entier affiché en base 10 et suivi par un caractère de fin de ligne. Utilisez l'option --revision (-r) ou --transaction (-t) pour spécifier une version particulière (autre que HEAD) du fichier.

Options

Exemple

Afficher la taille de trunk/magasin/epicerie/soda.txt tel qu'il était dans la révision 40 de notre dépôt de test :

$ svnlook filesize -r 40 /var/svn/depot trunk/magasin/epicerie/soda.txt
23
$