Re: how to fix timestamps in bk repo?

From: Jeff Garzik
Date: Fri Jun 04 2004 - 10:37:11 EST


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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/