Once you have installed bitkeeper, you can clone any NTP repository.
-The ntp-stable repository can be found at the following:
+You can get the ntp-stable repository by either of the following commands:
bk clone bk://www.ntp.org/home/bk/ntp-stable ntp-stable
bk clone bk://ntp.bkserver.net/ntp-stable ntp-stable
-The ntp-dev repository can be found at the following:
+You can get the ntp-dev repository by either of the following commands:
bk clone bk://www.ntp.org/home/bk/ntp-dev ntp-dev
Once you have obtained the sources, do the following:
- bk -r get (or edit) to check out the files
+ cd REPO
+ bk -r edit to check out the files
autoreconf -f -i generates configure and Makefile.in's
and you should be ready to go.
You can keep update your repository by incanting:
+ cd REPO
bk pull
-