cvs commit: projects/csup updater.c
Maxime Henrion
mux at FreeBSD.org
Fri Feb 3 18:04:55 PST 2006
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
More information about the cvs-all
mailing list