summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-09-10 02:40:02 +0000
committereadler <eadler@FreeBSD.org>2012-09-10 02:40:02 +0000
commitca77799aaf2653b2b3d1f339557d9c904e047ccb (patch)
treebc2743cd7c409571af1f5dd6dd4c937b96cdee0e
parent584000d59d3d417055ac4636a42d1d445436e2a4 (diff)
downloadFreeBSD-src-ca77799aaf2653b2b3d1f339557d9c904e047ccb.zip
FreeBSD-src-ca77799aaf2653b2b3d1f339557d9c904e047ccb.tar.gz
Sync access file date recommendation
Change from CVS to svn for canconical source of information MFC after: 3 days
-rw-r--r--share/misc/committers-doc.dot4
-rw-r--r--share/misc/committers-ports.dot5
-rw-r--r--share/misc/committers-src.dot5
3 files changed, 8 insertions, 6 deletions
diff --git a/share/misc/committers-doc.dot b/share/misc/committers-doc.dot
index f3f43e3..4c1c897 100644
--- a/share/misc/committers-doc.dot
+++ b/share/misc/committers-doc.dot
@@ -15,7 +15,7 @@ digraph doc {
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
#
# ????/??/?? is the date when the commit bit was obtained, usually the one you
-# can find looking at CVS logs for the access (or avail) file under CVSROOT.
+# can find looking at svn logs for the svnadmin/access file.
# Use YYYY/MM/DD format.
#
# For returned commit bits, the node definition will follow this example:
@@ -23,7 +23,7 @@ digraph doc {
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
#
# The first date is the same as for an active committer, the second date is
-# the date when the commit bit has been returned. Again, check CVS logs.
+# the date when the commit bit has been returned. Again, check svn logs.
node [color=grey62, style=filled, bgcolor=black];
diff --git a/share/misc/committers-ports.dot b/share/misc/committers-ports.dot
index 22ca4d1..54940a3 100644
--- a/share/misc/committers-ports.dot
+++ b/share/misc/committers-ports.dot
@@ -15,14 +15,15 @@ digraph ports {
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
#
# ????/??/?? is the date when the commit bit was obtained, usually the one you
-# can find looking at CVS logs for the access (or avail) file under CVSROOT.
+# can find looking at svn logs for the svnadmin/access file.
+# Use YYYY/MM/DD format.
#
# For returned commit bits, the node definition will follow this example:
#
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
#
# The first date is the same as for an active committer, the second date is
-# the date when the commit bit has been returned. Again, check CVS logs.
+# the date when the commit bit has been returned. Again, check svn logs.
node [color=grey62, style=filled, bgcolor=black];
diff --git a/share/misc/committers-src.dot b/share/misc/committers-src.dot
index 9a09fe7..8c9487d 100644
--- a/share/misc/committers-src.dot
+++ b/share/misc/committers-src.dot
@@ -15,14 +15,15 @@ digraph src {
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
#
# ????/??/?? is the date when the commit bit was obtained, usually the one you
-# can find looking at CVS logs for the access (or avail) file under CVSROOT.
+# can find looking at svn logs for the svnadmin/access file.
+# Use YYYY/MM/DD format.
#
# For returned commit bits, the node definition will follow this example:
#
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
#
# The first date is the same as for an active committer, the second date is
-# the date when the commit bit has been returned. Again, check CVS logs.
+# the date when the commit bit has been returned. Again, check svn logs.
node [color=grey62, style=filled, bgcolor=black];
OpenPOWER on IntegriCloud