Fossil

Check-in [a87717ad]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:go back to the old numbering on the pre-checkin checklist (ok'd drh).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a87717ad86e83ffbd75ca8ae7e0ee3adc2796b87
User & Date: martin.weber 2011-08-23 18:00:02.692
Original Comment: go back to the old numbering (ok'd drh).
Context
2011-08-26
14:09
Merge the autosetup updates into trunk. ... (check-in: 64a2b0d5 user: drh tags: trunk)
2011-08-24
22:13
Update to the latest autosetup, mainly for better temp file handling on mingw/msys, and fixes for the sun studio compiler. ... (Closed-Leaf check-in: 4e5dd353 user: steveb tags: autosetup)
20:05
"rm" subcmd to stash, "drop"-alike functionality ... (check-in: 1f4e6cf1 user: bch tags: stash_rm)
2011-08-23
18:00
go back to the old numbering on the pre-checkin checklist (ok'd drh). ... (check-in: a87717ad user: martin.weber tags: trunk)
17:57
Change numbering back so that the preliminary step is 0, the most important one is #1. ... (check-in: 90e310eb user: martin.weber tags: msw-hack)
16:55
Merge the msw-hack branch into trunk. ... (check-in: d41074f8 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/checkin.wiki.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<title>Check-in Checklist</title>

<h2><u>Always</u> run the following checklist prior to <u>every</u>
check-in or commit to the Fossil repository:</h2>

Before every check-in:

  1.   <b>fossil user default</b> &rarr; your username is correct.

  2.   <b>fossil diff</b> &rarr;
       <ol type="a">
       <li> No stray changes
       <li> All changes comply with the license
       <li> All inputs are scrubbed before use
       <li> No injection attacks via %s formats
       </ol>

  3.   <b>fossil extra</b> &rarr; no unmanaged files need to be added.

  4.   The check-in will go onto the desired branch.
       &rarr;  Do <u>not</u> check into trunk without prior approval from
       the lead programmer (drh)!

  5.   auto-sync is on, or the system clock is verified

  6.   If sources files have been added or removed, ensure all makefiles
       and configure scripts have been updated accordingly.

Before every check-in to <b>trunk</b>:

  7.   No compiler warnings on the development machine.

  8.   The fossil executable that results from a build actually works.


<hr>
<h2>Commentary</h2>

Before you go ahead and push content back to the servers, make sure
that the username you are using by default matches your username







|

|







|

|



|

|




|

|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<title>Check-in Checklist</title>

<h2><u>Always</u> run the following checklist prior to <u>every</u>
check-in or commit to the Fossil repository:</h2>

Before every check-in:

  0.   <b>fossil user default</b> &rarr; your username is correct.

  1.   <b>fossil diff</b> &rarr;
       <ol type="a">
       <li> No stray changes
       <li> All changes comply with the license
       <li> All inputs are scrubbed before use
       <li> No injection attacks via %s formats
       </ol>

  2.   <b>fossil extra</b> &rarr; no unmanaged files need to be added.

  3.   The check-in will go onto the desired branch.
       &rarr;  Do <u>not</u> check into trunk without prior approval from
       the lead programmer (drh)!

  4.   auto-sync is on, or the system clock is verified

  5.   If sources files have been added or removed, ensure all makefiles
       and configure scripts have been updated accordingly.

Before every check-in to <b>trunk</b>:

  6.   No compiler warnings on the development machine.

  7.   The fossil executable that results from a build actually works.


<hr>
<h2>Commentary</h2>

Before you go ahead and push content back to the servers, make sure
that the username you are using by default matches your username