Fossil SCM
Merge the msw-hack branch into trunk.
Commit
d41074f86294dc96eedc97b8df9b3b3c0eca3089
Parent
553159aa0d9a820…
2 files changed
+14
-7
+14
-7
+14
-7
| --- www/checkin.wiki | ||
| +++ www/checkin.wiki | ||
| @@ -3,38 +3,45 @@ | ||
| 3 | 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | 5 | |
| 6 | 6 | Before every check-in: |
| 7 | 7 | |
| 8 | - 1. <b>fossil diff</b> → | |
| 8 | + 1. <b>fossil user default</b> → your username is correct. | |
| 9 | + | |
| 10 | + 2. <b>fossil diff</b> → | |
| 9 | 11 | <ol type="a"> |
| 10 | 12 | <li> No stray changes |
| 11 | 13 | <li> All changes comply with the license |
| 12 | 14 | <li> All inputs are scrubbed before use |
| 13 | 15 | <li> No injection attacks via %s formats |
| 14 | 16 | </ol> |
| 15 | 17 | |
| 16 | - 2. <b>fossil extra</b> → no unmanaged files need to be added. | |
| 18 | + 3. <b>fossil extra</b> → no unmanaged files need to be added. | |
| 17 | 19 | |
| 18 | - 3. The check-in will go onto the desired branch. | |
| 20 | + 4. The check-in will go onto the desired branch. | |
| 19 | 21 | → Do <u>not</u> check into trunk without prior approval from |
| 20 | 22 | the lead programmer (drh)! |
| 21 | 23 | |
| 22 | - 4. auto-sync is on, or the system clock is verified | |
| 24 | + 5. auto-sync is on, or the system clock is verified | |
| 23 | 25 | |
| 24 | - 5. If sources files have been added or removed, ensure all makefiles | |
| 26 | + 6. If sources files have been added or removed, ensure all makefiles | |
| 25 | 27 | and configure scripts have been updated accordingly. |
| 26 | 28 | |
| 27 | 29 | Before every check-in to <b>trunk</b>: |
| 28 | 30 | |
| 29 | - 6. No compiler warnings on the development machine. | |
| 31 | + 7. No compiler warnings on the development machine. | |
| 30 | 32 | |
| 31 | - 7. The fossil executable that results from a build actually works. | |
| 33 | + 8. The fossil executable that results from a build actually works. | |
| 32 | 34 | |
| 33 | 35 | |
| 34 | 36 | <hr> |
| 35 | 37 | <h2>Commentary</h2> |
| 38 | + | |
| 39 | +Before you go ahead and push content back to the servers, make sure | |
| 40 | +that the username you are using by default matches your username | |
| 41 | +within the project. Also remember to enable the localauth setting | |
| 42 | +if you intend to make changes via a locally served web UI. | |
| 36 | 43 | |
| 37 | 44 | Item 1 is the most important step. Consider using <b>gdiff</b> |
| 38 | 45 | instead of <b>diff</b> if you have a graphical differ configured. Or, |
| 39 | 46 | pipe the output of "<b>fossil diff</b>" into "<b>open -f</b>" (on a mac) to |
| 40 | 47 | get the diff output in a separate text window for easier viewing. |
| 41 | 48 |
| --- www/checkin.wiki | |
| +++ www/checkin.wiki | |
| @@ -3,38 +3,45 @@ | |
| 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | |
| 6 | Before every check-in: |
| 7 | |
| 8 | 1. <b>fossil diff</b> → |
| 9 | <ol type="a"> |
| 10 | <li> No stray changes |
| 11 | <li> All changes comply with the license |
| 12 | <li> All inputs are scrubbed before use |
| 13 | <li> No injection attacks via %s formats |
| 14 | </ol> |
| 15 | |
| 16 | 2. <b>fossil extra</b> → no unmanaged files need to be added. |
| 17 | |
| 18 | 3. The check-in will go onto the desired branch. |
| 19 | → Do <u>not</u> check into trunk without prior approval from |
| 20 | the lead programmer (drh)! |
| 21 | |
| 22 | 4. auto-sync is on, or the system clock is verified |
| 23 | |
| 24 | 5. If sources files have been added or removed, ensure all makefiles |
| 25 | and configure scripts have been updated accordingly. |
| 26 | |
| 27 | Before every check-in to <b>trunk</b>: |
| 28 | |
| 29 | 6. No compiler warnings on the development machine. |
| 30 | |
| 31 | 7. The fossil executable that results from a build actually works. |
| 32 | |
| 33 | |
| 34 | <hr> |
| 35 | <h2>Commentary</h2> |
| 36 | |
| 37 | Item 1 is the most important step. Consider using <b>gdiff</b> |
| 38 | instead of <b>diff</b> if you have a graphical differ configured. Or, |
| 39 | pipe the output of "<b>fossil diff</b>" into "<b>open -f</b>" (on a mac) to |
| 40 | get the diff output in a separate text window for easier viewing. |
| 41 |
| --- www/checkin.wiki | |
| +++ www/checkin.wiki | |
| @@ -3,38 +3,45 @@ | |
| 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | |
| 6 | Before every check-in: |
| 7 | |
| 8 | 1. <b>fossil user default</b> → your username is correct. |
| 9 | |
| 10 | 2. <b>fossil diff</b> → |
| 11 | <ol type="a"> |
| 12 | <li> No stray changes |
| 13 | <li> All changes comply with the license |
| 14 | <li> All inputs are scrubbed before use |
| 15 | <li> No injection attacks via %s formats |
| 16 | </ol> |
| 17 | |
| 18 | 3. <b>fossil extra</b> → no unmanaged files need to be added. |
| 19 | |
| 20 | 4. The check-in will go onto the desired branch. |
| 21 | → Do <u>not</u> check into trunk without prior approval from |
| 22 | the lead programmer (drh)! |
| 23 | |
| 24 | 5. auto-sync is on, or the system clock is verified |
| 25 | |
| 26 | 6. If sources files have been added or removed, ensure all makefiles |
| 27 | and configure scripts have been updated accordingly. |
| 28 | |
| 29 | Before every check-in to <b>trunk</b>: |
| 30 | |
| 31 | 7. No compiler warnings on the development machine. |
| 32 | |
| 33 | 8. The fossil executable that results from a build actually works. |
| 34 | |
| 35 | |
| 36 | <hr> |
| 37 | <h2>Commentary</h2> |
| 38 | |
| 39 | Before you go ahead and push content back to the servers, make sure |
| 40 | that the username you are using by default matches your username |
| 41 | within the project. Also remember to enable the localauth setting |
| 42 | if you intend to make changes via a locally served web UI. |
| 43 | |
| 44 | Item 1 is the most important step. Consider using <b>gdiff</b> |
| 45 | instead of <b>diff</b> if you have a graphical differ configured. Or, |
| 46 | pipe the output of "<b>fossil diff</b>" into "<b>open -f</b>" (on a mac) to |
| 47 | get the diff output in a separate text window for easier viewing. |
| 48 |
+14
-7
| --- www/checkin.wiki | ||
| +++ www/checkin.wiki | ||
| @@ -3,38 +3,45 @@ | ||
| 3 | 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | 5 | |
| 6 | 6 | Before every check-in: |
| 7 | 7 | |
| 8 | - 1. <b>fossil diff</b> → | |
| 8 | + 1. <b>fossil user default</b> → your username is correct. | |
| 9 | + | |
| 10 | + 2. <b>fossil diff</b> → | |
| 9 | 11 | <ol type="a"> |
| 10 | 12 | <li> No stray changes |
| 11 | 13 | <li> All changes comply with the license |
| 12 | 14 | <li> All inputs are scrubbed before use |
| 13 | 15 | <li> No injection attacks via %s formats |
| 14 | 16 | </ol> |
| 15 | 17 | |
| 16 | - 2. <b>fossil extra</b> → no unmanaged files need to be added. | |
| 18 | + 3. <b>fossil extra</b> → no unmanaged files need to be added. | |
| 17 | 19 | |
| 18 | - 3. The check-in will go onto the desired branch. | |
| 20 | + 4. The check-in will go onto the desired branch. | |
| 19 | 21 | → Do <u>not</u> check into trunk without prior approval from |
| 20 | 22 | the lead programmer (drh)! |
| 21 | 23 | |
| 22 | - 4. auto-sync is on, or the system clock is verified | |
| 24 | + 5. auto-sync is on, or the system clock is verified | |
| 23 | 25 | |
| 24 | - 5. If sources files have been added or removed, ensure all makefiles | |
| 26 | + 6. If sources files have been added or removed, ensure all makefiles | |
| 25 | 27 | and configure scripts have been updated accordingly. |
| 26 | 28 | |
| 27 | 29 | Before every check-in to <b>trunk</b>: |
| 28 | 30 | |
| 29 | - 6. No compiler warnings on the development machine. | |
| 31 | + 7. No compiler warnings on the development machine. | |
| 30 | 32 | |
| 31 | - 7. The fossil executable that results from a build actually works. | |
| 33 | + 8. The fossil executable that results from a build actually works. | |
| 32 | 34 | |
| 33 | 35 | |
| 34 | 36 | <hr> |
| 35 | 37 | <h2>Commentary</h2> |
| 38 | + | |
| 39 | +Before you go ahead and push content back to the servers, make sure | |
| 40 | +that the username you are using by default matches your username | |
| 41 | +within the project. Also remember to enable the localauth setting | |
| 42 | +if you intend to make changes via a locally served web UI. | |
| 36 | 43 | |
| 37 | 44 | Item 1 is the most important step. Consider using <b>gdiff</b> |
| 38 | 45 | instead of <b>diff</b> if you have a graphical differ configured. Or, |
| 39 | 46 | pipe the output of "<b>fossil diff</b>" into "<b>open -f</b>" (on a mac) to |
| 40 | 47 | get the diff output in a separate text window for easier viewing. |
| 41 | 48 |
| --- www/checkin.wiki | |
| +++ www/checkin.wiki | |
| @@ -3,38 +3,45 @@ | |
| 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | |
| 6 | Before every check-in: |
| 7 | |
| 8 | 1. <b>fossil diff</b> → |
| 9 | <ol type="a"> |
| 10 | <li> No stray changes |
| 11 | <li> All changes comply with the license |
| 12 | <li> All inputs are scrubbed before use |
| 13 | <li> No injection attacks via %s formats |
| 14 | </ol> |
| 15 | |
| 16 | 2. <b>fossil extra</b> → no unmanaged files need to be added. |
| 17 | |
| 18 | 3. The check-in will go onto the desired branch. |
| 19 | → Do <u>not</u> check into trunk without prior approval from |
| 20 | the lead programmer (drh)! |
| 21 | |
| 22 | 4. auto-sync is on, or the system clock is verified |
| 23 | |
| 24 | 5. If sources files have been added or removed, ensure all makefiles |
| 25 | and configure scripts have been updated accordingly. |
| 26 | |
| 27 | Before every check-in to <b>trunk</b>: |
| 28 | |
| 29 | 6. No compiler warnings on the development machine. |
| 30 | |
| 31 | 7. The fossil executable that results from a build actually works. |
| 32 | |
| 33 | |
| 34 | <hr> |
| 35 | <h2>Commentary</h2> |
| 36 | |
| 37 | Item 1 is the most important step. Consider using <b>gdiff</b> |
| 38 | instead of <b>diff</b> if you have a graphical differ configured. Or, |
| 39 | pipe the output of "<b>fossil diff</b>" into "<b>open -f</b>" (on a mac) to |
| 40 | get the diff output in a separate text window for easier viewing. |
| 41 |
| --- www/checkin.wiki | |
| +++ www/checkin.wiki | |
| @@ -3,38 +3,45 @@ | |
| 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | |
| 6 | Before every check-in: |
| 7 | |
| 8 | 1. <b>fossil user default</b> → your username is correct. |
| 9 | |
| 10 | 2. <b>fossil diff</b> → |
| 11 | <ol type="a"> |
| 12 | <li> No stray changes |
| 13 | <li> All changes comply with the license |
| 14 | <li> All inputs are scrubbed before use |
| 15 | <li> No injection attacks via %s formats |
| 16 | </ol> |
| 17 | |
| 18 | 3. <b>fossil extra</b> → no unmanaged files need to be added. |
| 19 | |
| 20 | 4. The check-in will go onto the desired branch. |
| 21 | → Do <u>not</u> check into trunk without prior approval from |
| 22 | the lead programmer (drh)! |
| 23 | |
| 24 | 5. auto-sync is on, or the system clock is verified |
| 25 | |
| 26 | 6. If sources files have been added or removed, ensure all makefiles |
| 27 | and configure scripts have been updated accordingly. |
| 28 | |
| 29 | Before every check-in to <b>trunk</b>: |
| 30 | |
| 31 | 7. No compiler warnings on the development machine. |
| 32 | |
| 33 | 8. The fossil executable that results from a build actually works. |
| 34 | |
| 35 | |
| 36 | <hr> |
| 37 | <h2>Commentary</h2> |
| 38 | |
| 39 | Before you go ahead and push content back to the servers, make sure |
| 40 | that the username you are using by default matches your username |
| 41 | within the project. Also remember to enable the localauth setting |
| 42 | if you intend to make changes via a locally served web UI. |
| 43 | |
| 44 | Item 1 is the most important step. Consider using <b>gdiff</b> |
| 45 | instead of <b>diff</b> if you have a graphical differ configured. Or, |
| 46 | pipe the output of "<b>fossil diff</b>" into "<b>open -f</b>" (on a mac) to |
| 47 | get the diff output in a separate text window for easier viewing. |
| 48 |