summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/add.c
AgeCommit message (Expand)Author
2006-07-01fix a possible bug of pathname concatenation when adding subdirectories.Reyk Floeter
2006-06-28print less verbose messages for cvs commit and add if the -q/-Q flagReyk Floeter
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-06-14handle existing CVS/Tag file when adding new directories. OK joris@.Xavier Santolaria
2006-06-07add support for <name>,t file:Xavier Santolaria
2006-06-05allow the re-adding of files with previous revisionsJoris Vink
2006-06-04sprinkle -n voodoo over the add, commit and import commands.Joris Vink
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-30handle lost files, modified files and files with conflicts; OK joris@.Xavier Santolaria
2006-05-30handle special files when doing `cvs add *'; input+OK joris@.Xavier Santolaria
2006-05-30handle removed files; OK joris@.Xavier Santolaria
2006-05-29fix option stringJoris Vink
2006-05-29add needs to be passed arguments on the command line, andJoris Vink
2006-05-28our add command can now add directories to the repository as well.Joris Vink
2006-05-28enable basic add command, only works on files right now.Joris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-01-27cvs_mkadmin() cannot return < 0 anymore;Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-25strings cleanup; OK niallo@.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-09-30avoid using `cvs add *' idiom wrt special files; joris okXavier Santolaria
2005-09-25use cvs_add_build_entry(); joris okXavier Santolaria
2005-09-21use correct return codes in cvs_add_directory(); joris okXavier Santolaria
2005-09-15check in cvs_mkadmin() wether we need to create or not theXavier Santolaria
2005-09-13let's add directories too; testing+ok joris@.Xavier Santolaria
2005-09-05let's move forward with the local add command;Xavier Santolaria
2005-07-30we actually want CVS_FST_UNKNOWN here.Joris Vink
2005-07-27use LP_NOTICE here too;Xavier Santolaria
2005-07-25missed that one too...Xavier Santolaria
2005-07-23rewrite of the file code. the previous one was justJoris Vink
2005-07-10if cvs_sendreq() returns -1 we have to translate it into CVS_EX_PROTO,Joris Vink
2005-07-08split local and remote function handlers from each other.Joris 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-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-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-01-24get rid of a debugging printf() that slipped through the cracksJean-Francois Brousseau
2005-01-24* use the global cvs_msg instead of our ownJean-Francois Brousseau
2004-12-30Send files to add using `Is-Modified' instead of `add', and sendJean-Francois Brousseau
2004-12-21Check to make sure we have a valid CVSROOT, and check the return valueJean-Francois Brousseau