summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remove.c
AgeCommit message (Expand)Author
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-05-20cvs_noexec checks; jfb okXavier Santolaria
2005-05-12make functions static; joris okXavier Santolaria
2005-04-21let the `cvs remove' command work with no file(s) specified as args;Xavier Santolaria
2005-04-21better include the cvs_sendfile() req in the conditional statement soXavier Santolaria
2005-04-21add checks for files still physically present that should be removed;Xavier Santolaria
2005-04-19- remove unused headerXavier Santolaria
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-09enable -f option of `remove' command; ok jfb jorisXavier Santolaria
2005-01-31when reporting a file to remove, we must use the Entry request alongJean-Francois Brousseau
2004-12-21on the way to `cvs remove'; ok jfbXavier Santolaria