From owner-p4-projects@FreeBSD.ORG Tue Mar 10 21:42:52 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CA0071065678; Tue, 10 Mar 2009 21:42:51 +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 779641065672 for ; Tue, 10 Mar 2009 21:42:51 +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 207978FC14 for ; Tue, 10 Mar 2009 21:42:51 +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 n2ALgplh008455 for ; Tue, 10 Mar 2009 21:42:51 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2ALgoQT008453 for perforce@freebsd.org; Tue, 10 Mar 2009 21:42:50 GMT (envelope-from rene@FreeBSD.org) Date: Tue, 10 Mar 2009 21:42:50 GMT Message-Id: <200903102142.n2ALgoQT008453@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 159028 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: Tue, 10 Mar 2009 21:42:54 -0000 http://perforce.freebsd.org/chv.cgi?CH=159028 Change 159028 by rene@rene_self on 2009/03/10 21:42:31 Add a WIP text about the change of the src repository from CVS to SVN. Section 3 and 16 need to be updated. Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/committers-guide/article.sgml#16 edit Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/committers-guide/article.sgml#16 (text+ko) ==== @@ -121,10 +121,15 @@ RELENG_7 (7.X-STABLE), HEAD (-CURRENT) + - These tags correspond to the SVN tags - stable/6, stable/7, - and head respectively. + + Noteworthy SVN Tags + + + stable/6 (6.X-STABLE), + stable/7 (7.X-STABLE), + head (-CURRENT) @@ -438,49 +443,20 @@ Practical FreeBSD examples: - + Note that cvs stores metadata in subdirectories named CVS. @@ -906,8 +882,28 @@ + The following are some Subversion examples related to the + src repository. More (in-depth) information can be found at + Subversion + Primer and List of + things missing in Subversion when compared to CVS. + The notes at + might also be useful. + + + + Check out the head branch: + + &prompt.user; svn co svn+ssh://svn.freebsd.org/base/head /usr/src + + + Use the option if you realize that - you left out important information from the commit message. + you left out important information from the commit message. + This seems only possible with CVS. Good commit messages are important. They tell others why you did the changes you did, not just right here and now,