cvs commit: projects/csup updater.c

2006-02-24 Thread Maxime Henrion
mux 2006-02-24 22:27:40 UTC FreeBSD projects repository Modified files: csup updater.c Log: Use the correct filename when calling status_delete() in the updater thread, for the 'D' command. This fixes repeated output of Delete command when the file has

cvs commit: projects/csup updater.c

2006-02-11 Thread Maxime Henrion
mux 2006-02-11 19:15:03 UTC FreeBSD projects repository Modified files: csup updater.c Log: Return from updater_delete() when fattr_delete() failed, no need to try to remove the ancestor directories. Revision ChangesPath 1.71 +4 -2

cvs commit: projects/csup updater.c

2006-02-11 Thread Maxime Henrion
mux 2006-02-12 02:04:19 UTC FreeBSD projects repository Modified files: csup updater.c Log: - Change updater_prunedirs() to ignore any errors like in CVSup, I just hit one that was != ENOTEMPTY. - While I'm here make an error message better and tweak

cvs commit: projects/csup updater.c

2006-02-11 Thread Maxime Henrion
mux 2006-02-12 02:11:50 UTC FreeBSD projects repository Modified files: csup updater.c Log: Even better error messages. Revision ChangesPath 1.73 +4 -5 projects/csup/updater.c ___

cvs commit: projects/csup updater.c

2006-02-03 Thread Maxime Henrion
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,

cvs commit: projects/csup updater.c

2006-01-22 Thread Maxime Henrion
mux 2006-01-23 02:58:04 UTC FreeBSD projects repository Modified files: csup updater.c Log: - Remove some code from updater_delete() so that it matches Delete() in Updater.m3 of CVSup and can be reused when handling other commands. - Make use of

cvs commit: projects/csup updater.c

2006-01-22 Thread Maxime Henrion
mux 2006-01-23 03:02:37 UTC FreeBSD projects repository Modified files: csup updater.c Log: Handle server warnings in the updater thread. Revision ChangesPath 1.62 +7 -1 projects/csup/updater.c

cvs commit: projects/csup updater.c

2006-01-22 Thread Maxime Henrion
mux 2006-01-23 04:21:43 UTC FreeBSD projects repository Modified files: csup updater.c Log: Forced to commit to record the last change that was omitted : Make the code that checkouts files a bit more correct in how it handles binary lines.

cvs commit: projects/csup updater.c

2006-01-19 Thread Maxime Henrion
mux 2006-01-20 02:19:21 UTC FreeBSD projects repository Modified files: csup updater.c Log: Remove and old debugging comment and fix a typo. Revision ChangesPath 1.59 +1 -2 projects/csup/updater.c