Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2012 04:01:32 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39313 - head/share/pgpkeys
Message-ID:  <201208040401.q7441WHi005945@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208040401.q7441WHi005945>