From fda7bf8bf8e3e2736a5ae91246060aae73abeaad Mon Sep 17 00:00:00 2001 From: Ben Smithurst Date: Wed, 23 Aug 2000 20:36:53 +0000 Subject: [PATCH] Specify that committers should use a umask of 2 on freefall, so that files/directories added to the repository get the correct group-writable permission. --- .../articles/committers-guide/article.sgml | 19 +++++++++++++++---- .../articles/committers-guide/article.sgml | 19 +++++++++++++++---- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index d2f6c1d40a..5816b521c1 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -16,7 +16,7 @@ - $FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.34 2000/08/15 01:39:50 kuriyama Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.35 2000/08/16 17:41:40 dannyboy Exp $ 1999 @@ -136,6 +136,17 @@ arguments and it will prompt you for everything it needs to know. + Note that when you use CVS on freefall, you + should set your umask to 2, + as well as setting the CVSUMASK environmenet + variable to 2. This ensures that any new + files created by cvs add will have the correct + permissions. If you add a file or directory and discover that the + file in the repository has incorrect permissions (specifically, + all files in the repository should be group writable by group + ncvs), contact one of the repository meisters + as described below. + If you are familiar with remote CVS and consider yourself pretty studly with CVS in general, you can also do CVS operations directly from your own machine and local working @@ -520,11 +531,11 @@ You'll almost certainly get a conflict because - of the $Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $ (or in FreeBSD's case, + of the $Id: article.sgml,v 1.36 2000-08-23 20:36:53 ben Exp $ (or in FreeBSD's case, $FreeBSD$) lines, so you'll have to edit the file to resolve the conflict (remove the marker lines and - the second $Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $ line, leaving the original - $Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $ line intact). + the second $Id: article.sgml,v 1.36 2000-08-23 20:36:53 ben Exp $ line, leaving the original + $Id: article.sgml,v 1.36 2000-08-23 20:36:53 ben Exp $ line intact). diff --git a/en_US.ISO_8859-1/articles/committers-guide/article.sgml b/en_US.ISO_8859-1/articles/committers-guide/article.sgml index d2f6c1d40a..5816b521c1 100644 --- a/en_US.ISO_8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO_8859-1/articles/committers-guide/article.sgml @@ -16,7 +16,7 @@ - $FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.34 2000/08/15 01:39:50 kuriyama Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.35 2000/08/16 17:41:40 dannyboy Exp $ 1999 @@ -136,6 +136,17 @@ arguments and it will prompt you for everything it needs to know. + Note that when you use CVS on freefall, you + should set your umask to 2, + as well as setting the CVSUMASK environmenet + variable to 2. This ensures that any new + files created by cvs add will have the correct + permissions. If you add a file or directory and discover that the + file in the repository has incorrect permissions (specifically, + all files in the repository should be group writable by group + ncvs), contact one of the repository meisters + as described below. + If you are familiar with remote CVS and consider yourself pretty studly with CVS in general, you can also do CVS operations directly from your own machine and local working @@ -520,11 +531,11 @@ You'll almost certainly get a conflict because - of the $Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $ (or in FreeBSD's case, + of the $Id: article.sgml,v 1.36 2000-08-23 20:36:53 ben Exp $ (or in FreeBSD's case, $FreeBSD$) lines, so you'll have to edit the file to resolve the conflict (remove the marker lines and - the second $Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $ line, leaving the original - $Id: article.sgml,v 1.35 2000-08-16 17:41:40 dannyboy Exp $ line intact). + the second $Id: article.sgml,v 1.36 2000-08-23 20:36:53 ben Exp $ line, leaving the original + $Id: article.sgml,v 1.36 2000-08-23 20:36:53 ben Exp $ line intact).