svn commit: r368694 - svnadmin/conf

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Dec 16 11:02:26 UTC 2020


Author: lwhsu
Date: Wed Dec 16 11:02:25 2020
New Revision: 368694
URL: https://svnweb.freebsd.org/changeset/base/368694

Log:
  Mark creating new branch under user and projects needs to inform git-admin first
  
  Similarly, it will make the maintenance svn2git convertor easier when it's
  getting close to the flag day of migrating src repository to git.
  
  This is only for creating new branches under user and projects, the existing
  branches are still open for development needs before repository being migrated
  to git.  Please commit with "Approved by: git-admin (implicitly)"
  
  More details:
  https://github.com/bsdimp/freebsd-git-docs/blob/main/projects-user.md
  
  Approved by:	core
  Sponsored by:	The FreeBSD Foundation

Modified:
  svnadmin/conf/approvers

Modified: svnadmin/conf/approvers
==============================================================================
--- svnadmin/conf/approvers	Wed Dec 16 09:21:40 2020	(r368693)
+++ svnadmin/conf/approvers	Wed Dec 16 11:02:25 2020	(r368694)
@@ -42,3 +42,5 @@
 ^vendor-crypto/			git-admin
 ^vendor-cddl/			git-admin
 ^vendor-sys/			git-admin
+^user/				git-admin
+^projects/			git-admin


More information about the svn-src-svnadmin mailing list