Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 10:58:57 -0700
From:      Peter Wemm <peter@wemm.org>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        Brian Feldman <green@FreeBSD.org>, Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   Re: PERFORCE change 14328 for review 
Message-ID:  <20020716175857.8470A3811@overcee.wemm.org>
In-Reply-To: <Pine.NEB.3.96L.1020716125521.84730A-100000@fledge.watson.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Watson wrote:
> Sigh.  The problem with off-line p4 editing is when you forget to p4 edit
> all the files you've locally modified.  Thanks.

p4 diff -se ...  is your friend.  It compares the md5 checksums and shows
any files that you have touched that you haven't told p4 about.

> Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
> robert@fledge.watson.org      Network Associates Laboratories
> 
> On Tue, 16 Jul 2002, Brian Feldman wrote:
> 
> > http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14328
> > 
> > Change 14328 by green@green_laptop_2 on 2002/07/16 06:54:14
> > 
> > 	Evidently, the VLABEL flag wants to now be dressed as
> > 	VCACHEDLABEL.
> > 
> > Affected files ...
> > 
> > .. //depot/projects/trustedbsd/mac/sys/sys/vnode.h#28 edit
> > 
> > Differences ...
> > 
> > ==== //depot/projects/trustedbsd/mac/sys/sys/vnode.h#28 (text+ko) ====
> > 
> > @@ -183,7 +183,7 @@
> >  #define	VOWANT		0x20000	/* a thread is waiting for VOLOCK */
> >  #define	VDOOMED		0x40000	/* This vnode is being recycled */
> >  #define	VFREE		0x80000	/* This vnode is on the freelist */
> > -#define	VLABEL		0x100000 /* vnode has a valid private MAC label
     */
> > +#define	VCACHEDLABEL	0x100000 /* vnode has a valid private MAC label
     */
> >  #define	VONWORKLST	0x200000 /* On syncer work-list */
> >  #define	VMOUNT		0x400000 /* Mount in progress */
> >  #define	VOBJDIRTY	0x800000 /* object might be dirty */
> > 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe p4-all" in the body of the message
> 

Cheers,
-Peter
--
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020716175857.8470A3811>