summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-06-13be more accurate in describing what happenedJoris Vink
2006-06-13better usageJoris Vink
2006-06-13files that are not checked out are not up-to-date, considerJoris Vink
2006-06-12bring back a working version of the `cvs init' command. OK joris@.Xavier Santolaria
2006-06-11remove unused variableJoris Vink
2006-06-09handle `cvs tag -F'; input && OK joris@.Xavier Santolaria
2006-06-07a bug in cvs_mkpath() prevented to create the CVS admin directory andReyk Floeter
2006-06-07bring back tag command; basic tag addition/deletion available. OK joris@.Xavier Santolaria
2006-06-07bring back -v support; OK joris@.Xavier Santolaria
2006-06-07add support for <name>,t file:Xavier Santolaria
2006-06-06more bits for the export command to work correctly. OK joris@.Xavier Santolaria
2006-06-06hello commit -F supportJoris Vink
2006-06-06add support for the -D option of update,Joris Vink
2006-06-05allow the re-adding of files with previous revisionsJoris Vink
2006-06-04sync exit status bits with reality.Xavier Santolaria
2006-06-04fix output if file is lost, unknown, or in the Attic; OK joris@.Xavier Santolaria
2006-06-04lets not stop looking for a branch if the first oneJoris Vink
2006-06-04sprinkle -n voodoo over the add, commit and import commands.Joris Vink
2006-06-03add support for update -A and update -r<rev>.Joris Vink
2006-06-02various spelling fixesDavid Krause
2006-06-01fix outputJoris Vink
2006-06-01import work on existing repos:Joris Vink
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-05-31when adding a new file that already exists set the previousJoris Vink
2006-05-31add support for the export command.Joris Vink
2006-05-31support -p flag for diff, makes dlg@ feel all warmJoris Vink
2006-05-31have rcs_translate_tag translate branches too, whichJoris Vink
2006-05-31be smarter when comparing 2 revisions to each other.Joris Vink
2006-05-31set diff_rev2 to file_rcsrev when we are usingJoris Vink
2006-05-31dont check for FILE_UNKNOWN twice,Joris Vink
2006-05-31allow commit to ressurect added files that exist in Attic/Joris Vink
2006-05-30fix diff -rrevision usageJoris Vink
2006-05-30only look into the Attic for certain commandsJoris Vink
2006-05-30correctly handle unknown file in removeJoris Vink
2006-05-30ugh forgot to change cvs_file_classify here too.Joris Vink
2006-05-30change cvs_file_classify here to, forgot to commit thisJoris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-30prettier output when removing files;Joris Vink
2006-05-30make sure cvs_get_repository_path returns a valid repo nameJoris Vink
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