Steps for submitting a new set of internet drafts

draft number: NN

1) cd draft-ietf-httpbis/latest

2) Check for "Non (changes) yet" in the "Changes" section and change it to "None".

3) cd .. ; svn cp latest NN

4) cd NN

5) change docName attributes from -latest to -NN by updating the ID-VERSION definition.

6) Set @day on the date attributes to reflect the submission day.

7) make

8) ./dodraft NN # this generates ready to submit TXT and XML files

9) svn add draft*xml draft*txt ; svn propset svn:eol-style native draft*txt draft*xml 

10) cd ../latest

11) add "Since draft-ietf-httpbis-...-NN" subsections, and update the link from the boilerplate.

12) cd ../diffs

13) ./dodiff NN-1 NN

14) svn add *.html

15) svn propset svn:eol-style native *.html

16) svn propset svn:mime-type "text/html; charset=iso-8859-1" *.html

17) cd ..

18) # review the diffs, then commit

19) # don't forget to submit the drafts

