svn commit: r39313 - head/share/pgpkeys
Thomas Abthorpe
tabthorpe at FreeBSD.org
Sat Aug 4 04:01:33 UTC 2012
Author: tabthorpe (ports committer)
Date: Sat Aug 4 04:01:32 2012
New Revision: 39313
URL: http://svn.freebsd.org/changeset/doc/39313
Log:
- Use svn instead of cvs
- Add a directive for setting the FreeBSD property tag
Approved by: gjb
Modified:
head/share/pgpkeys/addkey.sh
Modified: head/share/pgpkeys/addkey.sh
==============================================================================
--- head/share/pgpkeys/addkey.sh Sat Aug 4 01:12:09 2012 (r39312)
+++ head/share/pgpkeys/addkey.sh Sat Aug 4 04:01:32 2012 (r39313)
@@ -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."
More information about the svn-doc-head
mailing list