]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
How to patch ntp-stable and ntp-dev.
authorHarlan Stenn <stenn@ntp.org>
Fri, 28 Feb 2003 09:52:34 +0000 (04:52 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 28 Feb 2003 09:52:34 +0000 (04:52 -0500)
bk: 3e5f3162Y0eZz_g_Tu5lLoETV00GZQ

README.hackers

index 532a13a8d1672b8b4680833311df9fa3255066bf..20c2797d1c4be2ff4bce8219f7d685e3652892b4 100644 (file)
@@ -25,6 +25,31 @@ and NEVER appear in the .c files.
 
 ---
 
+If you are going to patch both ntp-stable and ntp-dev
+please do it this way:
+
+ > cd ntp-stable
+ > (make and test your changes to ntp-stable first)
+ > (commit your changes to ntp-stable)
+ > cd ../ntp-dev
+ > bk pull ../ntp-stable       (get your changes from ntp-stable)
+ > (resolve any problems and test your changes)
+ > (commit your changes to ntp-dev)
+
+With the current release of bitkeeper it is *much* easier to move changes
+from ntp-stable to ntp-dev than it is to move changes from ntp-dev to
+ntp-stable.
+
+If you make your changes in the above order and then submit them,
+it will be trivial to apply your patches.
+
+Otherwise, it will be much more difficult to apply your patches.
+
+---
+
+Please read (and follow) the previous section if you want to submit
+patches for both ntp-stable and ntp-dev.
+
 To submit patches please use the 'bk send' command:
 
  > cd REPO