summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-11-13fix check on required arguments.Xavier Santolaria
2006-11-13Write rcs file when finished.Xavier Santolaria
2006-11-13Add support for [-a users] and [-o rev].Xavier Santolaria
2006-11-13bring back basic admin command, mostly based on OpenRCS rcs(1).Xavier Santolaria
2006-11-10fix -wXavier Santolaria
2006-11-10no magic, "Attic" -> CVS_PATH_ATTICXavier Santolaria
2006-11-10do not forget to send -l and -q Global options too.Xavier Santolaria
2006-11-10send Global options -n -Q -r to the server.Xavier Santolaria
2006-11-10sync with usr.bin/rcs/diff3.cXavier Santolaria
2006-11-09sync with usr.bin/rcs version.Xavier Santolaria
2006-11-09cvs init remote bits.Xavier Santolaria
2006-11-09add support for -c (Check that working files are not modified).Xavier Santolaria
2006-11-09respect TMPDIR here too, changes pulled in from usr.bin/rcs.Xavier Santolaria
2006-11-09fix pasto..Xavier Santolaria
2006-11-09remote tag command support joins the party!Xavier Santolaria
2006-11-08[-s states] and [-w logins] bits.Xavier Santolaria
2006-11-08bring back support for CVS_CLIENT_LOG that was removed withXavier Santolaria
2006-11-06- handle global -n flag in conjunction with remove -f.Xavier Santolaria
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-10-25Check len to be > 0 before accessing buf[len-1] and check if theMoritz Jodeit
2006-10-24bring back support for -h, -N, -R, and -t.Xavier Santolaria
2006-10-24Reuse len instead of calling strlen again.Ray Lai
2006-10-24Check that string length != 0 before setting buf[strlen(buf) - 1].Ray Lai
2006-10-11check fgets(3) return value and also fix aThordur I. Bjornsson
2006-08-23pull in latest change from openrcs:Joris Vink
2006-08-02Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS.Ray Lai
2006-07-30Sync some whitespace changes from rcs. No binary change.Ray Lai
2006-07-27Pull in improper memory allocation from RCS:Ray Lai
2006-07-20Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' corre...Joris Vink
2006-07-10handle 0 sized files correctly, tested by brad@ thanksJoris Vink
2006-07-09put the sticky tag if any in the correct place in the entries line when sendi...Joris Vink
2006-07-09handle SIGPIPE correctly.Joris Vink
2006-07-09more straightforward trace (-t) output, too much is just too noisy.Joris Vink
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
2006-07-08handle "." special in client_check_directory();Joris Vink
2006-07-08allow update in remote mode to work a bit better andJoris Vink
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-07-07fix segfault for newly added files.Joris Vink
2006-07-03-p implies -n...Xavier Santolaria
2006-07-02for cvs tag, tag all files in the local directory if no file argumentReyk Floeter
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-07-01fix a possible bug of pathname concatenation when adding subdirectories.Reyk Floeter
2006-07-01Indentation.Ray Lai
2006-06-29it is a really good idea to store the result cvs_buf_load_fd returnsJoris Vink
2006-06-28use quiet mode (-q) by default and add a flag -V for the old "verbose"Reyk Floeter
2006-06-28print less verbose messages for cvs commit and add if the -q/-Q flagReyk Floeter
2006-06-28do not fail when we are trying to commit a newly added file when the CVS/*,tJoris Vink
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink