From 232ac0273d762bf811254799f63ca6a2f1f78648 Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 13 Sep 2012 01:05:29 +0000 Subject: [PATCH] MFC r240293: Sync access file date recommendation Change from CVS to svn for canconical source of information Approved by: cperciva (implicit) git-svn-id: svn://svn.freebsd.org/base/stable/8@240439 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/misc/committers-doc.dot | 4 ++-- share/misc/committers-ports.dot | 5 +++-- share/misc/committers-src.dot | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/share/misc/committers-doc.dot b/share/misc/committers-doc.dot index 083800fee..c266120e5 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 4d6b8c591..8bddcf6f8 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 2673305f2..1476eda83 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]; -- 2.45.0