Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do not send a MODIFIED request to the server for a newly added file we | 2005-07-29 | 1 | -3/+6 | ||
| | | | | | | already removed again. spotted by & ok xsa@ | |||||
* | make sure we do not try to send the file to the server if it is no | 2005-07-29 | 1 | -3/+5 | ||
| | | | | | | | longer on disk. problem reported by Nuno Morgadinho. ok xsa@ | |||||
* | more use of LP_NOTICE instead of LP_INFO; | 2005-07-27 | 1 | -4/+4 | ||
| | ||||||
* | use LP_NOTICE instead of LP_INFO where appropriate; | 2005-07-27 | 1 | -2/+2 | ||
| | ||||||
* | remove the (errno != ENOENT) check now that it is included in cvs_unlink(); | 2005-07-26 | 1 | -3/+3 | ||
| | ||||||
* | "file file" -> "this file" in an info msg; | 2005-07-25 | 1 | -2/+2 | ||
| | ||||||
* | KNF; | 2005-07-25 | 1 | -5/+5 | ||
| | ||||||
* | some more `if (!var)' cleanup; | 2005-07-24 | 1 | -4/+4 | ||
| | ||||||
* | use cvs_unlink(); | 2005-07-24 | 1 | -9/+5 | ||
| | ||||||
* | do not use `if (!var)' unless it's boolean, better use an == check; | 2005-07-24 | 1 | -3/+4 | ||
| | | | | ok jfb@ joris@. | |||||
* | fix remote remove command, gcc didn't even catch this misplaced bracket. | 2005-07-23 | 1 | -2/+2 | ||
| | ||||||
* | if the remove command is issued on a file that has been added but not | 2005-07-21 | 1 | -4/+14 | ||
| | | | | | committed yet, remove CVS/<file>,t (in local mode); ok joris@. | |||||
* | fix local mode; ok joris@. | 2005-07-20 | 1 | -18/+86 | ||
| | ||||||
* | print info message; | 2005-07-11 | 1 | -1/+7 | ||
| | ||||||
* | split local and remote function handlers from each other. | 2005-07-08 | 1 | -41/+41 | ||
| | ||||||
* | remove trailing whitespaces | 2005-07-07 | 1 | -2/+2 | ||
| | | | | from deraadt@ | |||||
* | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | 2005-05-24 | 1 | -12/+19 | ||
| | | | | | | | fields to hook local versions of the commands. This needs to go in before it gets any bigger ok joris | |||||
* | correct wrong error code usage. | 2005-05-20 | 1 | -1/+4 | ||
| | | | | ok jfb@, xsa@ | |||||
* | cvs_noexec checks; jfb ok | 2005-05-20 | 1 | -2/+2 | ||
| | ||||||
* | make functions static; joris ok | 2005-05-12 | 1 | -5/+5 | ||
| | ||||||
* | let the `cvs remove' command work with no file(s) specified as args; | 2005-04-21 | 1 | -4/+1 | ||
| | | | | joris ok | |||||
* | better include the cvs_sendfile() req in the conditional statement so | 2005-04-21 | 1 | -4/+4 | ||
| | | | | it behaves like expected.. pointed out by joris@. | |||||
* | add checks for files still physically present that should be removed; | 2005-04-21 | 1 | -9/+17 | ||
| | | | | input/ok joris | |||||
* | - remove unused header | 2005-04-19 | 1 | -3/+7 | ||
| | | | | | | - add -l and -R flags - add check on cvs_sendentry() return value joris@ ok | |||||
* | Modify the CVSFILE structure using a union to keep information about | 2005-04-18 | 1 | -16/+2 | ||
| | | | | | | | | | both files and directories. We can now keep the revision number for regular files, and don't need to fetch the appropriate entry in the command callbacks. This saves a huge amount of parsing on Entries files. ok joris@ | |||||
* | introduce our own set of error codes used by the commands to report | 2005-04-12 | 1 | -5/+5 | ||
| | | | | | | what exactly went wrong in case of an error. ok jfb@ | |||||
* | don't include sysexits.h now we don't use those error codes | 2005-04-11 | 1 | -2/+1 | ||
| | | | | anymore. | |||||
* | remove EX_USAGE error codes | 2005-04-11 | 1 | -3/+3 | ||
| | | | | ok jfb@ | |||||
* | move all the client commands to the new command framework. | 2005-03-30 | 1 | -43/+18 | ||
| | | | | | | eliminates a lot of duplicate code. ok jfb@ | |||||
* | enable -f option of `remove' command; ok jfb joris | 2005-03-09 | 1 | -1/+12 | ||
| | ||||||
* | when reporting a file to remove, we must use the Entry request along | 2005-01-31 | 1 | -3/+23 | ||
| | | | | | | with the file's information, and not the remove request, which is only sent at the end of the command. partially unbreaks remove until we support the '-' symbol in Entries file | |||||
* | on the way to `cvs remove'; ok jfb | 2004-12-21 | 1 | -0/+144 | ||