summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2007-09-07Added support for single file checkout.Tobias Stoeckmann
2007-09-07Do not use global option -V (GNU cvs doesn't understand it), be veryTobias Stoeckmann
2007-09-04Removed dead code.Tobias Stoeckmann
2007-09-04Replaced strlen() with sizeof() - 1 when #define'd strings are used.Tobias Stoeckmann
2007-09-04Handle ^D as a)bort in log message question.Tobias Stoeckmann
2007-09-02OpenCVS server init-support with OpenCVS and GNU cvs clients.Tobias Stoeckmann
2007-09-02Stick at GNU cvs behaviour with Root directive handling: it does not needTobias Stoeckmann
2007-09-02Handle quotation marks in .cvsrc correctly.Tobias Stoeckmann
2007-09-02Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1Tobias Stoeckmann
2007-09-02Log all commands sent with cvs_remote_output(), not justTobias Stoeckmann
2007-09-01s/free/xfreeJoris Vink
2007-08-30Remove old CVSROOT caching mechanisms.Joris Vink
2007-08-30properly send our log message to the server using Argumentx, so weJoris Vink
2007-08-29correct error string in cvs_buf_load_fd() to match the function.Joris Vink
2007-08-29more typo shizzle from Igor Zinovik.Joris Vink
2007-08-29missing xfree();Joris Vink
2007-08-28more typos in error messages; from Igor Zinovik.Xavier Santolaria
2007-08-27typo in error msg; from Igor Zinovik.Xavier Santolaria
2007-08-23support ArgumentX - unbreaks more gnu cvs client things.Joris Vink
2007-08-23missing 'u' option for update caused gnu cvs client to not functionJoris Vink
2007-08-09Use '\0', not NULL, for NUL characters.Ray Lai
2007-08-09Correct function name in fatal(). From Igor Zinovik.Ray Lai
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-07-25Correctly handle the export command when writing to history file.Xavier Santolaria
2007-07-19xcalloc is unneeded here since i is always 0 and we always use theRay Lai
2007-07-18Support -r for the export command.Xavier Santolaria
2007-07-17Forgot this part about rlog not needing the Directory request to be sent.Xavier Santolaria
2007-07-17Correct function name in error string.Xavier Santolaria
2007-07-17Simplify the way we check wether the issued command is `log' or `rlog'.Xavier Santolaria
2007-07-17Do not send the Directory request when using the rlog command.Xavier Santolaria
2007-07-16Do not display the `Working file:' line if the issued command is `rlog'.Xavier Santolaria
2007-07-12Do not fatal() if the CVSROOT/config file does not exist.Xavier Santolaria
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-07-03On the server side, in a remote setup, do not display timestamp.Xavier Santolaria
2007-07-01Sync time buffer size; missed in previous commit.Xavier Santolaria
2007-06-29Server-side bits for release command.Xavier Santolaria
2007-06-29Sync cvs/rcs diff code.Ray Lai
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-28When commiting to a server in a remote setup classifyJoris Vink
2007-06-28do not call cvs_checkout_file() for file removals in local mode,Joris Vink
2007-06-28when logging to CVSROOT/history as a server fill in theJoris Vink
2007-06-27have the server be more strict about the requests the clientJoris Vink
2007-06-27Remove last bits about login and logout commands, which will never beXavier Santolaria
2007-06-27fix diff output in a remote setup so our client does not freak out.Joris Vink
2007-06-27We were missing the needed clue/magic to have our remote setupJoris Vink
2007-06-26Bring back the release command. More work to be done though.Xavier Santolaria
2007-06-26add support for cvs rlog.Niall O'Higgins
2007-06-20Add missing `his' command alias. OK joris@.Xavier Santolaria
2007-06-18first stab at history stuff for opencvs, currently only writesJoris Vink