Date: Sat, 4 Feb 2006 02:04:55 +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 updater.c Message-ID: <200602040204.k1424tuj061819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2006-02-04 02:04:55 UTC FreeBSD projects repository Modified files: csup updater.c Log: - Get rid of the useless and wrong updater_install(). - Factor some common code in the diff updating path and in the checkout live file path in a new function, updater_updatefile(). It is quite similar to the UpdateFile() function of Updater.m3 in CVSup. This code was already in the checkout live file path. - Fix the broken file attribute computation in the diff updating code. It should be correct now. Also, use updater_updatefile(). - Handle status file errors and print appropriate error messages. Revision Changes Path 1.68 +82 -75 projects/csup/updater.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602040204.k1424tuj061819>