From owner-freebsd-doc Mon Jun 28 4:22:52 1999 Delivered-To: freebsd-doc@freebsd.org Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (Postfix) with ESMTP id 646C014FC6 for ; Mon, 28 Jun 1999 04:22:47 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id GAA25913; Mon, 28 Jun 1999 06:21:35 -0500 (CDT) Received: from sji-ca44-84.ix.netcom.com(209.111.212.212) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma025909; Mon Jun 28 06:21:16 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA52422; Mon, 28 Jun 1999 04:21:10 -0700 (PDT) Date: Mon, 28 Jun 1999 04:21:10 -0700 (PDT) Message-Id: <199906281121.EAA52422@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jdp@polstra.com Cc: k-horik@yk.rim.or.jp, freebsd-translate@ngo.org.uk, doc@freebsd.org, kuriyama@sky.rim.or.jp, motoyuki@snipe.rim.or.jp, nclayton@lehman.com In-reply-to: (message from John Polstra on Sun, 27 Jun 1999 10:48:11 -0700 (PDT)) Subject: Re: Resolution: FDP reorganisation From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: John Polstra * When we do repository copies, we always remove the tags from the new * copies of the files. If we didn't do that, it would in effect * change what already happened in the past. Suppose we copied foo,v * to bar,v, and foo,v originally had the tags you listed above. We * would remove those tags from bar,v. Otherwise, if you checked out * the tree using "-r release_2_2_5" it would appear that file "bar" * existed at that time -- which it didn't. * * By removing the tags, we avoid changing the past. If you checkout * with "-r release_2_2_5" then you'll get file "foo" but not file "bar" * -- just the same as if there had been no repository copy at all. We understand that, but is it possible to delete the tags from the ones in the Attic instead? I know you don't want to change the past, but these aren't RELENG_* tags so it shouldn't matter too much in terms of correctness. The reason I ask is so that people can have *one* location where we can do a "cvs update -rrelease_X_Y_Z" to get the release versions of all the manpages. If the files are moved to a new location, they'll have to do it in doc/ja for X_Y_Z <= 3_2_0 and doc/ja_JP.eucJP for X_Y_Z > 3_2_0. Unless there is a CVS-y reason why this doesn't work, of course. (My expertise doesn't involve much in terms of tags. ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message