Steps for submitting a new set of internet drafts

draft number: NN

1) cd draft-ietf-httpbis

2) svn cp latest NN

3) cd NN

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

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

6) make

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

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

9) cd ../latest

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

11) cd ../diffs

12) ./dodiff NN-1 NN

13) svn add *.html

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

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

16) cd ..

17) # review the diffs, then commit

18) # don't forget to submit the drafts







