index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
remove.c
Age
Commit message (
Expand
)
Author
2006-05-30
correctly handle unknown file in remove
Joris Vink
2006-05-30
fill in the correct revision number we will want in file_rcsrev
Joris Vink
2006-05-30
prettier output when removing files;
Joris Vink
2006-05-29
fix pasto
Xavier Santolaria
2006-05-29
remove likes some CR_RECURSE_DIRS luvin' too.
Joris Vink
2006-05-29
add remove support, hacked by xsa@ but lots of modifications
Joris Vink
2006-05-27
commit the new opencvs code, i have been hacking on
Joris Vink
2006-04-14
remove a metric buttload of excessive ()
Theo de Raadt
2006-03-16
zap more unused variables.
Xavier Santolaria
2006-01-27
errors handling cleaning here too;
Xavier Santolaria
2006-01-25
snprintf() cleanup; OK niallo@.
Xavier Santolaria
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-30
major cleanup of the functions handling the remote cvs protocol.
Joris Vink
2005-12-03
add very basic support for the following stuff:
Joris Vink
2005-10-07
knf and spacing, ok joris@
Reyk Floeter
2005-09-06
more bits for the local remove command support; OK joris@.
Xavier Santolaria
2005-08-22
- handle removal of a freshly added file
Xavier Santolaria
2005-08-12
a few things left to do here.
Xavier Santolaria
2005-08-10
style..
Xavier Santolaria
2005-07-29
do not send a MODIFIED request to the server for a newly added file we
Joris Vink
2005-07-29
make sure we do not try to send the file to the server if it is no
Joris Vink
2005-07-27
more use of LP_NOTICE instead of LP_INFO;
Xavier Santolaria
2005-07-27
use LP_NOTICE instead of LP_INFO where appropriate;
Xavier Santolaria
2005-07-26
remove 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-25
KNF;
Xavier Santolaria
2005-07-24
some more `if (!var)' cleanup;
Xavier Santolaria
2005-07-24
use cvs_unlink();
Xavier Santolaria
2005-07-24
do not use `if (!var)' unless it's boolean, better use an == check;
Xavier Santolaria
2005-07-23
fix remote remove command, gcc didn't even catch this misplaced bracket.
Joris Vink
2005-07-21
if the remove command is issued on a file that has been added but not
Xavier Santolaria
2005-07-20
fix local mode; ok joris@.
Xavier Santolaria
2005-07-11
print info message;
Xavier Santolaria
2005-07-08
split local and remote function handlers from each other.
Joris Vink
2005-07-07
remove trailing whitespaces
Joris Vink
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-20
correct wrong error code usage.
Joris Vink
2005-05-20
cvs_noexec checks; jfb ok
Xavier Santolaria
2005-05-12
make functions static; joris ok
Xavier Santolaria
2005-04-21
let the `cvs remove' command work with no file(s) specified as args;
Xavier Santolaria
2005-04-21
better include the cvs_sendfile() req in the conditional statement so
Xavier Santolaria
2005-04-21
add checks for files still physically present that should be removed;
Xavier Santolaria
2005-04-19
- remove unused header
Xavier Santolaria
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
2005-04-12
introduce our own set of error codes used by the commands to report
Joris Vink
2005-04-11
don't include sysexits.h now we don't use those error codes
Joris Vink
2005-04-11
remove EX_USAGE error codes
Joris Vink
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-03-09
enable -f option of `remove' command; ok jfb joris
Xavier Santolaria
2005-01-31
when reporting a file to remove, we must use the Entry request along
Jean-Francois Brousseau
[next]