summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/edit.c
AgeCommit message (Expand)Author
2007-07-01Sync time buffer size; missed in previous commit.Xavier Santolaria
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-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-25typo in error message.Xavier Santolaria
2007-01-11update the revision number in CVS/Entries from CVS/Baserev if weXavier Santolaria
2007-01-11sync joris' last change (connection to remote server when all options areXavier Santolaria
2007-01-11in a remote setup:Joris Vink
2007-01-10add a cvs_file_copy routine and use it for the edit command toXavier Santolaria
2007-01-09remove uneeded linebreak when creating the CVS/NotifyXavier Santolaria
2007-01-08- simplify CVS/Baserev file parsing; makes unedit work better.Xavier Santolaria
2007-01-06add cvs_base_handle() routine to handle the CVS/Baserev* files.Xavier Santolaria
2007-01-05for edit: create the CVS/Base directory if it does not already exist.Xavier Santolaria
2007-01-05use current working directory fullpath for notifications.Xavier Santolaria
2007-01-05correctly handle time in notifications.Xavier Santolaria
2007-01-05use correct hostname for notifications.Xavier Santolaria
2007-01-05starting bits for the edit command. more to come.Xavier Santolaria
2007-01-05- introduce file comparison routine, cvs_file_cmp().Xavier Santolaria
2007-01-03set permissions back on the file after it got copied from theXavier Santolaria
2007-01-02some unedit command bits; still work in progress for local mode.Xavier Santolaria
2007-01-02skeletons for the client-side part of the editors and watchers commands.Xavier Santolaria
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-03-16zap more unused variables.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-10-10- editors remote handlerXavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-10zap unused variables;Joris Vink
2005-05-31add some comments ..Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-28we do not use sysexits.h anymore, nuke it!Xavier Santolaria
2005-05-26fix `editors' and `unedit' commands usage..Xavier Santolaria
2005-05-26fix usage..Xavier Santolaria
2005-05-25skeleton for the edit-related functions, not linked in yetJean-Francois Brousseau