Date: Wed, 1 Feb 2006 03:29:34 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup detailer.c Message-ID: <200602010329.k113TYDL010453@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2006-02-01 03:29:34 UTC FreeBSD projects repository Modified files: csup detailer.c Log: In the detailer thread, flush the stream buffer after sending the "COLL" command, like CVSup is doing. The reason for flushing here is that the reception of this command by the server makes it send a "COLL" command back to the updater thread, and that's what finally triggers the printing of the "Updating collection <collection>/<release>" message. Before this change, this message was printed really late during the csup run, which was quite disturbing since it's printed quickly with CVSup. Revision Changes Path 1.35 +2 -1 projects/csup/detailer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602010329.k113TYDL010453>