summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/checkout.c
AgeCommit message (Expand)Author
2007-01-18put functions protos at the right place.Xavier Santolaria
2007-01-17on checkout, only create the module path if we find the module.Thordur I. Bjornsson
2007-01-17send -l Argument to server when appropriate.Xavier Santolaria
2007-01-17add support for remote checkout in both our client and server,Joris Vink
2007-01-16better, share -l and -R flags between checkout and export cmds.Xavier Santolaria
2007-01-16handle -l and -R for checkout too.Xavier Santolaria
2007-01-14reset sticky tags with -A; OK joris@.Xavier Santolaria
2007-01-14replace checkout_write_revision() with rcs_rev_write_stmp()Joris Vink
2007-01-13plug 3 memleaksJoris Vink
2007-01-13remove BUF * argument from cvs_checkout_file() it willJoris Vink
2007-01-13- remote update now works again, with new rcs apiJoris Vink
2007-01-12simplify after recent rcs API changes.Joris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-03add support for 'remove' in a remote setup.Joris Vink
2007-01-03if we are commiting a file, do not let the server resend itJoris Vink
2006-12-22snprintf() -> cvs_path_cat();Xavier Santolaria
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
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-14simplify cvs_hack_time() and the way it is called;Joris Vink
2006-06-06more bits for the export command to work correctly. OK joris@.Xavier Santolaria
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-28enable merging on update. if your file in your working copyJoris Vink
2006-05-27support the -d flag for update.Joris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27correctly expand keywords when checking out filesJoris 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-03-24Remove unused variables, better integer types, prevent fallthroughs.Ray Lai
2006-01-31errors in cvs_checkout_init() are definitly fatal.Xavier Santolaria
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-27cvs_mkadmin() cannot return < 0 anymore;Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-25use cvs_rcs_getpath() here too + some strings cleanup whilst here.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30knfReyk Floeter
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-03add very basic support for the following stuff:Joris Vink
2005-09-15check in cvs_mkadmin() wether we need to create or not theXavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-24some more `if (!var)' cleanup;Xavier Santolaria
2005-07-08- revert previous commit a bit, those arguments belonged to expand-modules.Joris Vink
2005-07-08do not send the Arguments to the server twice.Joris Vink
2005-07-07remove trailing whitespacesJoris Vink
2005-06-28send date;Xavier Santolaria
2005-06-13`export' command first bits .. ok jorisXavier Santolaria