From owner-p4-projects@FreeBSD.ORG Wed Mar 25 14:48:07 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 831D21065673; Wed, 25 Mar 2009 14:48:07 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BD891065670 for ; Wed, 25 Mar 2009 14:48:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18C4F8FC15 for ; Wed, 25 Mar 2009 14:48:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2PEm66L064221 for ; Wed, 25 Mar 2009 14:48:06 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2PEm6DN064219 for perforce@freebsd.org; Wed, 25 Mar 2009 14:48:06 GMT (envelope-from rene@FreeBSD.org) Date: Wed, 25 Mar 2009 14:48:06 GMT Message-Id: <200903251448.n2PEm6DN064219@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Cc: Subject: PERFORCE change 159803 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2009 14:48:08 -0000 http://perforce.freebsd.org/chv.cgi?CH=159803 Change 159803 by rene@rene_self on 2009/03/25 14:47:14 Several changes to the committers guide: * use corpauthor for the author (FDP) * CVS tags are now more useful as CVSup tags * replace miscfs and ports/Mk examples by ports/Tools, readd some examples * add SVN to note that CVS stores metadata locally * remove commented out 'cvs -j' examples Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/committers-guide/article.sgml#19 edit Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/committers-guide/article.sgml#19 (text+ko) ==== @@ -7,11 +7,7 @@ Committer's Guide - - - The FreeBSD Documentation Project - - + The &os; Documentation Project $FreeBSD: doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v 1.281 2009/01/07 20:32:16 rene Exp $ @@ -115,11 +111,11 @@ - Noteworthy CVS Tags + Noteworthy CVSup Tags RELENG_6 (6.X-STABLE), RELENG_7 (7.X-STABLE), - HEAD (-CURRENT) + . (-CURRENT) @@ -357,7 +353,7 @@ This way they can do all CVS operations locally and use Xcvs commit for committing to the official CVS tree. If you wish to add - something which is wholly new + something which is wholly new, cvs import should be used. Refer to the &man.cvs.1; manual page for usage. @@ -445,68 +441,72 @@ - Check out the Mk module, - which corresponds to ports/Mk: + Check out the Tools module, + which corresponds to ports/Tools: - &prompt.user; pcvs co ports/Mk + &prompt.user; cvs co Tools - You now have a directory named ports/Mk - with subdirectory CVS. + You now have a directory named ports/Tools + with subdirectories portbuild, scripts, and CVS. + + Check out the same files, but with full path: + + &prompt.user; cvs co ports/Tools + + You now have a directory named ports, + with subdirectories CVS and + Tools. The ports/Tools directory has + subdirectories CVS and + scripts, etc. + - Check out the directory modules, but + Check out the directory Tools, but none of the subdirectories: - &prompt.user; cvs co -l miscfs + &prompt.user; cvs co -l Tools - You now have a directory named miscfs + You now have a directory named Tools with just one subdirectory named CVS. - Check out the miscfs module as - it is in the 6.X branch: + Check out the Tools module as + it was when support for &os; 5.X was dropped: - &prompt.user; cvs co -rRELENG_6 miscfs - You can modify the sources and commit along this - branch. - - - - Check out the miscfs module as - it was in 6.0-RELEASE. - - &prompt.user; cvs co -rRELENG_6_0_0_RELEASE miscfs + &prompt.user; cvs co -rRELEASE_5_EOL Tools You will not be able to commit modifications, since - RELENG_6_0_0_RELEASE is a point in time, not a branch. + RELEASE_5_EOL is a point in time, not a branch. - Check out the miscfs module as it was - on Jan 15 2000. + Check out the Tools module as it was + on March 25th, 2009: - &prompt.user; cvs co -D'01/15/2000' miscfs + &prompt.user; cvs co -D'03/25/2009' Tools You will not be able to commit modifications. - Check out the miscfs module as it was - one week ago. + Check out the Tools module as it was + one week ago: - &prompt.user; cvs co -D'last week' miscfs + &prompt.user; cvs co -D'last week' Tools You will not be able to commit modifications. Note that cvs stores metadata in subdirectories named - CVS. + CVS. + Similarly, SVN stores metadata in subdirectories named + .svn. Arguments to and are sticky, which means cvs will remember them later, e.g. @@ -593,12 +593,6 @@ Update to head of main branch. - @@ -699,43 +693,6 @@ repository version, followed by a marker line with seven > signs and the revision number you updated to. - -