Re: KSE: How often diff'ed ?

2001-08-31 Thread Carlo Dapor

Could You give me some guidance as to where to access the p4 repository; I may
have missed it on the list.

Thanks !

I don't have the capacity to check out the complete CVS repository, by the way.
I have only 6 GB, and it is already 80 % full or so.

That's why CTM is quite handy for me, hence my question about the diff file.

I know this is a lot to ask, but could we have an current KSEified CTM sub-
scription ?  If not, that's fine, too.

Any thoughts on that ?

Ciao, derweil,
--
Carlo

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: KSE: How often diff'ed ?

2001-08-31 Thread Peter Wemm

John Baldwin wrote:
 
 On 31-Aug-01 Peter Wemm wrote:
  Julian Elischer wrote:
  The diff file is updated automatically one per hour
  from the P4 repository that we are working on.
  it IS possible that yuo might catch it at a time when what is in teh
  repository may not match what is in -current but generally that should not
  last to long.
  (depends on how often one of us does an MFC from -current)
  
  I can make a cvsup'able collection and do a live replication of the kse
  branch into a cvs tree..
 
 I think having a p4 - cvs duplicator up so people can cvsup any of the stuff
 currently in p4 for testing would be nice.  It would also be good practice
 for the future.  *wink* *wink* *nudge* *nudge*

Ok. Done.

cvsup-master and cvsup10.freebsd.org are carrying a collection called
p4-cvs-all.  Right now it has the kse sys and lib/libkvm tree in it.

To get the cvs ,v tree:
*default host=cvsup10.FreeBSD.org
*default base=/tmp  # change
*default prefix=/tmp# change
*default release=cvs
*default delete use-rel-suffix
*default compress
p4-cvs-all

To get source:
*default host=cvsup10.FreeBSD.org
*default base=/tmp  # change
*default prefix=/tmp# change
*default release=cvs
*default delete use-rel-suffix
#*default compress
p4-cvs-all tag=.

It will check out:
  projects/kse/lib/libkvm/... and
  projects/kse/sys/...

If you have a committer account on freefall, you can get the truth version
by having a look at http://people.freebsd.org/~peter/p4cookbook.txt
and running p4newuser on freefall.  You can then check out the code directly
onto your test machines with none of the replication delays.

Incidently, the kse folks may like to keep a copy of the cvs ,v tree on their
laptops for extended disconnected sessions so they can easily get logs etc.

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
All of this is for nothing if we don't go to the stars - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: KSE: How often diff'ed ?

2001-08-30 Thread John Baldwin


On 31-Aug-01 Peter Wemm wrote:
 Julian Elischer wrote:
 The diff file is updated automatically one per hour
 from the P4 repository that we are working on.
 it IS possible that yuo might catch it at a time when what is in teh
 repository may not match what is in -current but generally that should not
 last to long.
 (depends on how often one of us does an MFC from -current)
 
 I can make a cvsup'able collection and do a live replication of the kse
 branch into a cvs tree..

I think having a p4 - cvs duplicator up so people can cvsup any of the stuff
currently in p4 for testing would be nice.  It would also be good practice for
the future.  *wink* *wink* *nudge* *nudge*

Also, I think that you don't need to make the KSE diff track -current so
tightly.  Use a label for when you last integrate from head, and make your
diff relative to that.  The diff will then just be the KSE stuff and should
apply to all but really drastic changes.

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: KSE: How often diff'ed ?

2001-08-30 Thread Julian Elischer

The diff file is updated automatically one per hour
from the P4 repository that we are working on.
it IS possible that yuo might catch it at a time when what is in teh
repository may not match what is in -current but generally that should not
last to long.
(depends on how often one of us does an MFC from -current)


On Thu, 30 Aug 2001, Carlo Dapor wrote:

 Julian
 
 How often do You plan to produce diff files ?
 I can not spend too much time in the next 2 to 3 weeks, since I will be travel-
 ling most of the time.
 
 Ciao, derweil,
 --
 Carlo
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: KSE: How often diff'ed ?

2001-08-30 Thread Peter Wemm

Julian Elischer wrote:
 The diff file is updated automatically one per hour
 from the P4 repository that we are working on.
 it IS possible that yuo might catch it at a time when what is in teh
 repository may not match what is in -current but generally that should not
 last to long.
 (depends on how often one of us does an MFC from -current)

I can make a cvsup'able collection and do a live replication of the kse
branch into a cvs tree..


 On Thu, 30 Aug 2001, Carlo Dapor wrote:
 
  Julian
  
  How often do You plan to produce diff files ?
  I can not spend too much time in the next 2 to 3 weeks, since I will be tra
vel-
  ling most of the time.
  
  Ciao, derweil,
  --
  Carlo
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-current in the body of the message
  
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
 
 

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
All of this is for nothing if we don't go to the stars - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message