summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/add.c
AgeCommit message (Expand)Author
2008-01-10Handle the addition of directories right, especially in remote setups withTobias Stoeckmann
2008-01-10Properly handle "cvs add" on a client/server setup with GNU cvs as a client.Tobias Stoeckmann
2008-01-10RCS files without head keyword mustn't segfault our implementation. OnlyTobias Stoeckmann
2007-09-23make sure when running update -r on existing files to overwriteJoris Vink
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-08-30properly send our log message to the server using Argumentx, so weJoris Vink
2007-08-29missing xfree();Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-27- do not try to add non-existing filesJoris Vink
2007-01-26- support [-k mode] for the add commandXavier Santolaria
2007-01-26extra xfree leftover; from tbert.Otto Moerbeek
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-13remove BUF * argument from cvs_checkout_file() it willJoris Vink
2007-01-12do not leak memory from rcs_head_get()Joris Vink
2007-01-12fix incorrect output which was driving me more then crazyJoris Vink
2007-01-11in a remote setup:Joris Vink
2006-12-20missing xfree();Xavier Santolaria
2006-12-19correctly check snprintf(), noticed by ray@Joris Vink
2006-12-19- Introduce a way for the command code to recognize what the server replied.Joris Vink
2006-12-04snprintf() -> cvs_path_cat()Xavier Santolaria
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
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