From 7c67af4b311c5550f40810a1f44fed2c7b3f8d39 Mon Sep 17 00:00:00 2001
From: Thomas Abthorpe <tabthorpe@FreeBSD.org>
Date: Sat, 4 Aug 2012 04:01:32 +0000
Subject: [PATCH] - Use svn instead of cvs - Add a directive for setting the
 FreeBSD property tag

Approved by:	gjb
---
 share/pgpkeys/addkey.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/share/pgpkeys/addkey.sh b/share/pgpkeys/addkey.sh
index a9b669110d..9c0248dcb5 100644
--- a/share/pgpkeys/addkey.sh
+++ b/share/pgpkeys/addkey.sh
@@ -82,7 +82,8 @@ echo "      <title>&a.${me};</title>"
 echo "      &pgpkey.${me};"
 echo "    </sect2>"
 echo
-echo "If this is a new entry, don't forget to 'cvs add ${keyfile}',"
-echo "and to commit each of ${keyfile}, pgpkeys.ent and"
+echo "If this is a new entry, don't forget to 'svn add ${keyfile}'"
+echo "and 'svn propset svn:keywords \"FreeBSD=%H\" ${keyfile}'"
+echo "and commit each of ${keyfile}, pgpkeys.ent and"
 echo "pgpkeys-developers.sgml, pgpkeys-officers.sgml, or"
-echo "pgpkeys-core.sgml."
+echo "pgpkeys-core.sgml as required."