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 propget (pget, pg) — Afficher la valeur brute de la propriété pour un chemin du dépôt.

Synopsis

svnlook propget CHEMIN_DÉPÔT NOM_PROP [CHEMIN_DANS_DÉPÔT]

Description

Afficher la valeur brute de la propriété pour un chemin du dépôt.

Options

Exemple

Afficher la valeur de la propriété « assaisonnement » du fichier /trunk/sandwich pour la révision HEAD :

$ svnlook pg /var/svn/depot assaisonnement /trunk/sandwich
moutarde

Afficher la valeur héritée de la propriété svn:auto-props du répertoire /trunk pour la révision 14 :

$ svnlook pg depot svn:auto-props trunk --show-inherited-props -v -r14
Inherited properties on '/trunk',
from '/':
  svn:auto-props
    *.py = svn:eol-style=native
    *.c = svn:eol-style=native
    *.h = svn:eol-style=native