summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2007-09-25missing header for strptimeCharles Longeau
2007-09-25remove unused extern variableCharles Longeau
2007-09-25missing header for mkstempCharles Longeau
2007-09-25missing header for mkstempCharles Longeau
2007-09-24oops i was suppose to pass cvs_directory_tag to cvs_file_classify().Joris Vink
2007-09-24unused varsJoris Vink
2007-09-24add support to commit modified files to branches.Joris Vink
2007-09-24zap unused stuff, cleans it up a bit.Joris Vink
2007-09-23make sure when running update -r on existing files to overwriteJoris Vink
2007-09-23pass FILE_HAS_FLAG towards the update code so it can identifyJoris Vink
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-09-22we no longer create a 0 sized file in our /tmp/cvs-serv<pid> serverJoris Vink
2007-09-22in rcs_translate_tag() do not fail when a tag resolvedJoris Vink
2007-09-22fix error message output, it caused diffs to be formed incorrectlyJoris Vink
2007-09-22Support for checkout with a local repository already in place.Tobias Stoeckmann
2007-09-19Allow lines which do not specify any arguments for command (or cvs).Tobias Stoeckmann
2007-09-19parse global arguments (cvs) and command arguments only once, i.e. firstTobias Stoeckmann
2007-09-19Print warning about invalid command in .cvsrc only if -V is in use.Tobias Stoeckmann
2007-09-19Next to ' ', '\t' is valid between command and arguments.Tobias Stoeckmann
2007-09-19Weird, but our goal is compatibility: treat '\t' in front of keyword as '#'.Tobias Stoeckmann
2007-09-19Do not parse quoted strings because GNU cvs won't do so.Tobias Stoeckmann
2007-09-19Usage of fgetln() instead of fgets() in .cvsrc parsing handles lineTobias Stoeckmann
2007-09-17Print error messages sent by server on stderr. While at it, replacedTobias Stoeckmann
2007-09-17Imported atomicio interface.Tobias Stoeckmann
2007-09-13Added annotate support for local and remote repositories. Behaves likeTobias Stoeckmann
2007-09-10remove my addition of portnumber for rsh in CVSROOT.Joris Vink
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-09-10Allow port specification in our CVSROOT which is used for ourJoris Vink
2007-09-10Properly display list of commands in default 80 column terminal.Tobias Stoeckmann
2007-09-10Fixed segmentation fault that occured during .cvsrc parsing if an invalidTobias Stoeckmann
2007-09-09Added support for checkout -p with local repository.Tobias Stoeckmann
2007-09-07Properly send out rcs info header with "E " in server mode (stderr inTobias Stoeckmann
2007-09-07Do not fatal if getpwuid() fails, instead ignore user configuration files.Tobias Stoeckmann
2007-09-07Sprinkle some magic so checkout/update -p worksJoris Vink
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