Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 16:36:43 -0400 (EDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        "Bruce A. Mah" <bmah@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   Re: PERFORCE change 19567 for review
Message-ID:  <Pine.NEB.3.96L.1021018163504.74278S-100000@fledge.watson.org>
In-Reply-To: <200210181843.g9IIh6e1070259@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Just FYI, since it wasn't necessary, you can do your own repo copy using:

	p4 integ [oldfile] [newfile]

Optionally, you can specify versions, etc.  "p4 help integ" for more
information.  One of the big advantages to Perforce over CVS is that the
notion of a repo copy is not only exported to users as a feature, but you
can pull over new changes in the original file using further integs and it
will help you merge.  It's not quite the same as a real "rename" function,
but it's still useful.

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert@fledge.watson.org      Network Associates Laboratories

On Fri, 18 Oct 2002, Bruce A. Mah wrote:

> http://perforce.freebsd.org/chv.cgi?CH=19567
> 
> Change 19567 by bmah@bmah_tomcat on 2002/10/18 11:42:41
> 
> 	Add a paragraph about scrubbing /usr/include.
> 	
> 	Try to use P4 RCS tag, rather than FreeBSD.
> 
> Affected files ...
> 
> .. //depot/releng/doc/en_US.ISO8859-1/early-adopter-50/article.sgml#2 edit
> 
> Differences ...
> 
> ==== //depot/releng/doc/en_US.ISO8859-1/early-adopter-50/article.sgml#2 (text+ko) ====
> 
> @@ -23,7 +23,7 @@
>        <corpauthor>The FreeBSD Release Engineering Team</corpauthor>
>      </authorgroup>
>  
> -    <pubdate>$FreeBSD$</pubdate>
> +    <pubdate>$P4: //depot/releng/doc/en_US.ISO8859-1/early-adopter-50/article.sgml#2 $</pubdate>
>  
>      <copyright>
>        <year>2002</year>
> @@ -333,6 +333,16 @@
>          Thus, using old ports <emphasis>may</emphasis> be
>          possible.</para>
>  
> +      <para>When installing or upgrading over the top of an existing
> +        4-STABLE-based system, it is extremely important to clear out
> +        old header files in <filename>/usr/include</filename>.
> +        Renaming or moving this directory before a binary installation
> +        or an <literal>installworld</literal> is generally
> +        sufficient.  If this step is not taken, confusion may result
> +        (especially with C++ programs) as the compiler may wind up
> +        using obsolete header files mixed in with the (intended)
> +        up-to-date ones.</para>
> +
>      </section>
>  
>    </section>
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-releng" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1021018163504.74278S-100000>