summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/update.c
AgeCommit message (Expand)Author
2007-07-05fix a "Device busy" error in server mode. found by ckuethe@Joris Vink
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-28do not call cvs_checkout_file() for file removals in local mode,Joris Vink
2007-06-27We were missing the needed clue/magic to have our remote setupJoris Vink
2007-06-18first stab at history stuff for opencvs, currently only writesJoris Vink
2007-06-01add support for local and remote branch checkout. for example,Niall O'Higgins
2007-05-27Replace xmalloc/xsnprintf combo with xasprintf.Ray Lai
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-09correctly skip invalid entries when usingJoris Vink
2007-02-09if a directory exists in the working dir but not in theXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-28do not overwrite a file that is modified but has a sticky tag setJoris Vink
2007-01-28add merging support in both local and remote sides.Joris Vink
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-23When acting as a server do not blindly removeJoris Vink
2007-01-18more informative error msg.Xavier Santolaria
2007-01-17add support for remote checkout in both our client and server,Joris Vink
2007-01-13remove BUF * argument from cvs_checkout_file() it willJoris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-11rework opencvs so that we can deal with binary files. previously we assumed ...Niall O'Higgins
2007-01-11in a remote setup:Joris Vink
2006-12-07snprintf() -> cvs_path_cat()Xavier Santolaria
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-07-03-p implies -n...Xavier Santolaria
2006-07-02- abort the commit when files are not correctly up to date.Joris Vink
2006-07-01to be correct, cvs update -p is the "print" and not the "dump" flag.Reyk Floeter
2006-07-01implement the -p (dump) flag for cvs updateReyk 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-14i mixed up the offset and whence variables for lseek(2)Joris Vink
2006-06-14add cvs_buf_load_fd() which does the same as cvs_buf_load()Joris Vink
2006-06-06add support for the -D option of update,Joris Vink
2006-06-03add support for update -A and update -r<rev>.Joris Vink
2006-05-31add support for the export command.Joris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-28several fixes to the file api:Joris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-28enable merging on update. if your file in your working copyJoris Vink
2006-05-27do not close the same entries list twice, this caused a double free;Joris Vink
2006-05-27support the -d flag for update.Joris Vink
2006-05-27update needs the CR_REPO flag to, otherwise it will forgetJoris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27pruning (-P) support for both the update and checkout commands;Joris 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-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
2006-03-16zap more unused variables.Xavier Santolaria