All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Jasper Spaans <jasper@vs19.net>
Cc: Larry McVoy <lm@work.bitmover.com>, linux-kernel@vger.kernel.org
Subject: Re: how to fix timestamps in bk repo?
Date: Fri, 04 Jun 2004 11:34:37 -0400	[thread overview]
Message-ID: <40C0968D.50009@pobox.com> (raw)
In-Reply-To: <20040604081926.GA24427@spaans.vs19.net>

Jasper Spaans wrote:
> Hi Larry,
> 
> Is it possible to reset the (BK-)timestamps on the following files in the
> http://linus.bkbits.net:8080/linux-2.5 repository? Somehow, they've gotten a
> timestamp which lies in the future, causing lots of warnings when I use a bk
> exported tree.
> 
> ./drivers/base/class.c
> ./drivers/pci/hotplug/rpaphp_pci.c
> ./drivers/pci/hotplug/rpaphp_slot.c
> ./drivers/pci/hotplug/rpaphp_vio.c
> ./include/linux/kobject.h
> ./lib/kobject.c


Sounds like a local problem.  I bet this will fix it:
	ntpdate time.nist.gov
	bk -r clean
	bk -r co -q

The timestamps on checked-out files are not generated from any BitKeeper 
metadata, but instead reflect the machine's system time when the file 
was checked out.

	Jeff



  reply	other threads:[~2004-06-04 15:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-04  8:19 how to fix timestamps in bk repo? Jasper Spaans
2004-06-04 15:34 ` Jeff Garzik [this message]
2004-06-04 15:56 ` Larry McVoy
2004-06-04 18:05   ` Jasper Spaans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40C0968D.50009@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=jasper@vs19.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm@work.bitmover.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.