Re: why can't I get FreeBSD-RELEASE-p14 with this cvsup file ?

2004-03-08 Thread Kris Kennaway
On Mon, Mar 08, 2004 at 07:16:36AM +, Supote Leelasupphakorn wrote:
 Hi all
 
I've cvsup with below supfile. After finished,
 The file:/usr/src/sys/conf/newvers.sh say 
 
 #   @(#)newvers.sh  8.1 (Berkeley) 4/20/94
 # $FreeBSD: src/sys/conf/newvers.sh,v 1.44.2.29.2.15 2003/11/27
 16:34:21 nectar Exp $
 
 TYPE=FreeBSD
 REVISION=4.8
 BRANCH=RELEASE-p14
 RELEASE=${REVISION}-${BRANCH}
 VERSION=${TYPE} ${RELEASE}
 
Even I specificed date in supfile (the date is from Security
 Advisory: FreeBSD-SA-04:02.shmat), it's RELEASE-p14 not
 RELEASE-p15. Why and how do I get previous branch of source
 tree.
 
 ##
 # My supfile.
 ##
 *default host=cvsup2.jp.freebsd.org
 *default base=/usr/local/etc
 *default prefix=/usr
 *default release=cvs date=2004.02.04.18.01.18 tag=RELENG_4_8
 *default delete use-rel-suffix
 *default compress
 src-all

What are you trying to do?  You have specified a date to cvsup to, so
you'll get the contents of the source tree at that point in time.  If
you want a later date, specify it, or just don't specify a date at all
if you want the latest revision on that branch.

Kris


pgp0.pgp
Description: PGP signature


Re: why can't I get FreeBSD-RELEASE-p14 with this cvsup file ?

2004-03-08 Thread Supote Leelasupphakorn
Hi, Kris

   My objective is I want to get FreeBSD security branch
( 4.8-RELEASE-p15 ) and as the Security Advisory in
www.freebsd.org
(ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-04:02.shmat.asc)
stated that source tree after 2004-02-04 18:01:18 is corrected
so I specified above date in supfile but still get only
4.8-RELEASE-p14. Why isn't it 4.8-RELEASE-p15 ?

TIA,
Pote


 --- Kris Kennaway [EMAIL PROTECTED] wrote:  On Mon, Mar
08, 2004 at 07:16:36AM +, Supote
 Leelasupphakorn wrote:
  Hi all
  
 I've cvsup with below supfile. After finished,
  The file:/usr/src/sys/conf/newvers.sh say 
  
  #   @(#)newvers.sh  8.1 (Berkeley) 4/20/94
  # $FreeBSD: src/sys/conf/newvers.sh,v 1.44.2.29.2.15
 2003/11/27
  16:34:21 nectar Exp $
  
  TYPE=FreeBSD
  REVISION=4.8
  BRANCH=RELEASE-p14
  RELEASE=${REVISION}-${BRANCH}
  VERSION=${TYPE} ${RELEASE}
  
 Even I specificed date in supfile (the date is from
 Security
  Advisory: FreeBSD-SA-04:02.shmat), it's RELEASE-p14 not
  RELEASE-p15. Why and how do I get previous branch of source
  tree.
  
  ##
  # My supfile.
  ##
  *default host=cvsup2.jp.freebsd.org
  *default base=/usr/local/etc
  *default prefix=/usr
  *default release=cvs date=2004.02.04.18.01.18 tag=RELENG_4_8
  *default delete use-rel-suffix
  *default compress
  src-all
 
 What are you trying to do?  You have specified a date to cvsup
 to, so
 you'll get the contents of the source tree at that point in
 time.  If
 you want a later date, specify it, or just don't specify a
 date at all
 if you want the latest revision on that branch.
 
 Kris
 

 ATTACHMENT part 2 application/pgp-signature 
 


Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: why can't I get FreeBSD-RELEASE-p14 with this cvsup file ?

2004-03-08 Thread Kris Kennaway
On Mon, Mar 08, 2004 at 09:39:04AM +, Supote Leelasupphakorn wrote:
 Hi, Kris
 
My objective is I want to get FreeBSD security branch
 ( 4.8-RELEASE-p15 ) and as the Security Advisory in
 www.freebsd.org
 (ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-04:02.shmat.asc)
 stated that source tree after 2004-02-04 18:01:18 is corrected
 so I specified above date in supfile but still get only
 4.8-RELEASE-p14. Why isn't it 4.8-RELEASE-p15 ?

You're probably off by a few seconds or minutes.  Just update to the
head of the branch and you'll be fine.

Kris


pgp0.pgp
Description: PGP signature


Re: why can't I get FreeBSD-RELEASE-p14 with this cvsup file ?

2004-03-08 Thread Supote Leelasupphakorn

 You're specifying a date string right down to the precise
second that
 the patches were applied to the tree, which I think is
confusing
 cvsup, and getting you the state of things just before the
update.
 All you need to do is specify a date *after* the patches went
 into the
 tree, but before the next set of patches.  Try:

 date=3D2004.02.05.12.00.00

 The next commits to RELENG_4_8 were as a result of
 FreeBSD-SA-04:04.tcp.asc, which went into the tree at
2004-03- 02
 17:27:47 UTC so you're no danger of overshooting and getting
 4.8-RELEASE-p16.

   Cheers,

   Matthew



To... Matthew

   Recently, I used below supfile (date after corrected date
stated in Security Advisory but I can't get the branch I
would like to get (4.8-RELEASE-p15). Anyway I can get most
updated
branch version (4.8-RELEASE-p16). Is it the my system date/time
issue ?


*default host=203.170.198.61
*default base=/usr/local/etc
*default prefix=/usr1
*default release=cvs date=2004.02.05.12.00.00 tag=RELENG_4_8
*default delete use-rel-suffix
*default compress
src-all


TIA,
Pote


Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: why can't I get FreeBSD-RELEASE-p14 with this cvsup file ?

2004-03-08 Thread Matthew Seaman
On Mon, Mar 08, 2004 at 10:22:51AM +, Supote Leelasupphakorn wrote:
 
  You're specifying a date string right down to the precise
 second that
  the patches were applied to the tree, which I think is
 confusing
  cvsup, and getting you the state of things just before the
 update.
  All you need to do is specify a date *after* the patches went
  into the
  tree, but before the next set of patches.  Try:
 
  date=3D2004.02.05.12.00.00
 
  The next commits to RELENG_4_8 were as a result of
  FreeBSD-SA-04:04.tcp.asc, which went into the tree at
 2004-03- 02
  17:27:47 UTC so you're no danger of overshooting and getting
  4.8-RELEASE-p16.

Recently, I used below supfile (date after corrected date
 stated in Security Advisory but I can't get the branch I
 would like to get (4.8-RELEASE-p15). Anyway I can get most
 updated
 branch version (4.8-RELEASE-p16). Is it the my system date/time
 issue ?
 
 
 *default host=203.170.198.61
 *default base=/usr/local/etc
 *default prefix=/usr1
 *default release=cvs date=2004.02.05.12.00.00 tag=RELENG_4_8
 *default delete use-rel-suffix
 *default compress
 src-all

Shouldn't be. The date is passed to the cvsup server, and it's the
cvsup server's clock which would be used (if needed: the cvsup server
will be comparing timestamps written into the CVS ,v files in the
repository) -- as you seem to be using your own private cvsup server
rather than one of the FreeBSD ones, check with the admins of that
machine to be sure that the clock is set correctly.

Note that if your system clock on your own machine is not set
correctly, then while you can cvsup(1), you'll probably have all sorts
of trouble actually compiling.

About the only thing I can think of that may be affecting you is that
cvsup may not believe it 'owns' all of the files under /usr/src -- see
http://www.cvsup.org/faq.html#caniadopt and the following questions 11
and 12.  The instructions date back a few years, but it should be
fairly obvious how to adapt them for RELENG_4_8.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


why can't I get FreeBSD-RELEASE-p14 with this cvsup file ?

2004-03-07 Thread Supote Leelasupphakorn
Hi all

   I've cvsup with below supfile. After finished,
The file:/usr/src/sys/conf/newvers.sh say 

#   @(#)newvers.sh  8.1 (Berkeley) 4/20/94
# $FreeBSD: src/sys/conf/newvers.sh,v 1.44.2.29.2.15 2003/11/27
16:34:21 nectar Exp $

TYPE=FreeBSD
REVISION=4.8
BRANCH=RELEASE-p14
RELEASE=${REVISION}-${BRANCH}
VERSION=${TYPE} ${RELEASE}

   Even I specificed date in supfile (the date is from Security
Advisory: FreeBSD-SA-04:02.shmat), it's RELEASE-p14 not
RELEASE-p15. Why and how do I get previous branch of source
tree.

##
# My supfile.
##
*default host=cvsup2.jp.freebsd.org
*default base=/usr/local/etc
*default prefix=/usr
*default release=cvs date=2004.02.04.18.01.18 tag=RELENG_4_8
*default delete use-rel-suffix
*default compress
src-all



Any help is appreciated.
Pote,



Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]