From: wandys <al...@so...> - 2003-09-29 03:42:59
|
On Mon, 29 Sep 2003 09:27:19 +0800 James He <ic...@us...> wrote: > How can I add the current rate of progress of a doc to the > 'http://vcd.cosoft.org.cn/status.html'? > > By adding tags in CVS? You specify the progress in the committing msg, ie. $ cvs -q ci -m "60% finished" recover.txt And i'll update the status page accordingly. |