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

svnadmin setrevprop — Définir une propriété de révision.

Synopsis

svnadmin setrevprop CHEMIN_DÉPÔT -r REV NOM FICHIER

Description

Définir la propriété NOM de la révision REV au contenu du fichier FICHIER. Utilisez les options --use-pre-revprop-change-hook ou --use-post-revprop-change-hook pour activer les procédures automatiques relatives aux propriétés de révision (par exemple si vous voulez notifier la modification aux utilisateurs par la procédure automatique post-revprop-change).

Options

Exemple

Cet exemple définit la propriété photo-du-depot au contenu du fichier sandwich.png :

$svnadmin setrevprop /var/svn/depot -r 0 photo-du-depot sandwich.png

Comme vous pouvez le constater, svnadmin setrevprop n'affiche rien en cas de succès.