summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-05-30look inside the Attic if a specified RCS file cannot be foundJoris Vink
2006-05-30handle lost files, modified files and files with conflicts; OK joris@.Xavier Santolaria
2006-05-30handle special files when doing `cvs add *'; input+OK joris@.Xavier Santolaria
2006-05-30handle -q for Sticky Options and Sticky Tags output; OK joris@.Xavier Santolaria
2006-05-30handle removed files; OK joris@.Xavier Santolaria
2006-05-30hello import, only works for non-existing repositories right now,Joris Vink
2006-05-30nuke cvs_repo_base variableJoris Vink
2006-05-30add CVS_PATH_ATTIC to cvs.h - this shouldve been commitedJoris Vink
2006-05-30the moment we are done commiting a removed file, move the RCS fileJoris Vink
2006-05-29add trace messages for debugging purposeJoris Vink
2006-05-29fix option stringJoris Vink
2006-05-29Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@Patrick Latifi
2006-05-29fix pastoXavier Santolaria
2006-05-29make diff accept symbols for -r too now that we haveJoris Vink
2006-05-29make the log command use rcs_translate_tagJoris Vink
2006-05-29add rcs_translate_tag which will translate a specifiedJoris Vink
2006-05-29i forgot to handle directories inside the 'log' code,Joris Vink
2006-05-29add needs to be passed arguments on the command line, andJoris Vink
2006-05-29i was wrong adding ".*" to the default ignore patterns,Joris Vink
2006-05-29remove likes some CR_RECURSE_DIRS luvin' too.Joris Vink
2006-05-29add remove support, hacked by xsa@ but lots of modificationsJoris Vink
2006-05-29if the timestamp of the file has changed andJoris Vink
2006-05-29unused varJoris Vink
2006-05-28Fix engrish, okay joris@Pedro Martelletto
2006-05-28add a way to look if a buffer differs from another oneJoris Vink
2006-05-28make it look a little less chaotic.Joris Vink
2006-05-28teach log how to handle the revisions passed on the command line.Joris Vink
2006-05-28add code which allows us to select revisions based uponJoris Vink
2006-05-28add basic 'cvs log' support.Joris Vink
2006-05-28our add command can now add directories to the repository as well.Joris Vink
2006-05-28several fixes to the file api:Joris Vink
2006-05-28teach opencvs about the dlimit keyword in CVSROOT/config.Joris Vink
2006-05-28enable basic add command, only works on files right now.Joris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink
2006-05-28if we run into a file that was suppose to be a directoryJoris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-28teach opencvs ci how to commit files that have been added,Joris Vink
2006-05-28enable merging on update. if your file in your working copyJoris Vink
2006-05-27do not close the same entries list twice, this caused a double free;Joris Vink
2006-05-27and now you can use -N to diff removed files tooJoris Vink
2006-05-27handle comments and leading spaces correctlyJoris Vink
2006-05-27allow diff to pick up newly added files with the -N flag.Joris Vink
2006-05-27more standard ignore patternJoris Vink
2006-05-27lets be nice and abort cvs when we find out there isJoris Vink
2006-05-27basic support for CVSROOT/config - only supporting the 'tag' andJoris Vink
2006-05-27dont forget to expand any keywords before diffing stuff,Joris Vink
2006-05-27boogie cvs_yesno() down the removal hatch, it is not used.Joris Vink
2006-05-27support the -d flag for update.Joris Vink
2006-05-27update needs the CR_REPO flag to, otherwise it will forgetJoris Vink
2006-05-27show which directory we are examining in our pre-commit checks.Joris Vink