summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remove.c
AgeCommit message (Expand)Author
2005-12-03add very basic support for the following stuff:Joris Vink
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-09-06more bits for the local remove command support; OK joris@.Xavier Santolaria
2005-08-22- handle removal of a freshly added fileXavier Santolaria
2005-08-12a few things left to do here.Xavier Santolaria
2005-08-10style..Xavier Santolaria
2005-07-29do not send a MODIFIED request to the server for a newly added file weJoris Vink
2005-07-29make sure we do not try to send the file to the server if it is noJoris Vink
2005-07-27more use of LP_NOTICE instead of LP_INFO;Xavier Santolaria
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-26remove the (errno != ENOENT) check now that it is included in cvs_unlink();Xavier Santolaria
2005-07-25"file file" -> "this file" in an info msg;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-24some more `if (!var)' cleanup;Xavier Santolaria
2005-07-24use cvs_unlink();Xavier Santolaria
2005-07-24do not use `if (!var)' unless it's boolean, better use an == check;Xavier Santolaria
2005-07-23fix remote remove command, gcc didn't even catch this misplaced bracket.Joris Vink
2005-07-21if the remove command is issued on a file that has been added but notXavier Santolaria
2005-07-20fix local mode; ok joris@.Xavier Santolaria
2005-07-11print info message;Xavier Santolaria
2005-07-08split local and remote function handlers from each other.Joris Vink
2005-07-07remove trailing whitespacesJoris Vink
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