summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-07-27check == -1 not != 0 for stat() return value, for consistency sake!Xavier Santolaria
2005-07-27use LP_NOTICE here too;Xavier Santolaria
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-27rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@.Xavier Santolaria
2005-07-27add trace message in cvs_connect(); ok jfb@ joris@.Xavier Santolaria
2005-07-27make LP_INFO send to stderr; ok joris@.Xavier Santolaria
2005-07-27make cvs_rmdir() handle global -n and -t options; ok joris@.Xavier Santolaria
2005-07-27rename cvs_remove_dir() to cvs_rmdir() because it might be confusingXavier Santolaria
2005-07-26- fix SIZE_LEFT macro for the cb_cur > cb_buf case.Moritz Jodeit
2005-07-26add missing argument for -k. ok xsa@Moritz Jodeit
2005-07-26move trace message before calling cvs_connect();Xavier Santolaria
2005-07-26remove the (errno != ENOENT) check now that it is included in cvs_unlink();Xavier Santolaria
2005-07-26no need to complain that we cannot remove the file in cvs_unlink()Joris Vink
2005-07-25fix memleak. ok xsa@Moritz Jodeit
2005-07-25"file file" -> "this file" in an info msg;Xavier Santolaria
2005-07-25minor KNF;Xavier Santolaria
2005-07-25make it compile without warningsJoris Vink
2005-07-25missed that one too...Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-25forgot these ...Xavier Santolaria
2005-07-25KNF; mostly spaces vs. tabs; ok joris@ jfb@.Xavier Santolaria
2005-07-25KNF; mostly spaces vs. tabs; ok joris@ jfb@.Xavier Santolaria
2005-07-24do not bail out in client mode if the file is not on disk at all.Joris Vink
2005-07-24"cvslog.*" should really be "cvslog*"Joris Vink
2005-07-24add "cvslog.*" to the ignore listJoris Vink
2005-07-24some more `if (!var)' cleanup;Xavier Santolaria
2005-07-24use cvs_unlink() here too;Xavier Santolaria
2005-07-24use cvs_unlink();Xavier Santolaria
2005-07-24add cvs_unlink(); a wrapper to unlunk() w/ an error msg as it is used inXavier 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-23remove debug messages, i always seem to forget these.Joris Vink
2005-07-23rewrite of the file code. the previous one was justJoris Vink
2005-07-23use cvs_chdir();Xavier Santolaria
2005-07-23add cvs_chdir(); a wrapper to chdir() w/ an error msg as it is used inXavier Santolaria
2005-07-23add missing "Remove-entry" response in cvs_responses tableJoris Vink
2005-07-23correctly seperate added, modified and removed files for use in theJoris Vink
2005-07-22be sure we accept request for _all_ of our commands on the server side;Xavier Santolaria
2005-07-22use the cf_name field of the CVSFILE struct instead of using the oldJoris Vink
2005-07-22minor tweaks, no functional change;Xavier Santolaria
2005-07-21if the remove command is issued on a file that has been added but notXavier Santolaria
2005-07-21show questionable files as '? foo' on the server side.Joris Vink
2005-07-21<sys/param.h> is already included in "cvs.h", no need to duplicate;Xavier Santolaria
2005-07-21#define CVS_DESCR_FILE_EXT ",t"Xavier Santolaria
2005-07-20no need to append strerror(errno) in error msg if we use LP_ERRNO code;Xavier Santolaria
2005-07-20fix local mode; ok joris@.Xavier Santolaria
2005-07-19print existing tags if any (-v); long time ago Ok joris@.Xavier Santolaria
2005-07-19use cvs_path_cat() where appropriate; ok joris@.Xavier Santolaria