summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/import.c
AgeCommit message (Expand)Author
2008-02-04Added -k flag support for all commands which support it.Tobias Stoeckmann
2008-01-31remove dead and unreachable codeJoris Vink
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-10Our keyword expansion had a big flaw, due to this construction:Tobias Stoeckmann
2008-01-10RCS files without head keyword mustn't segfault our implementation. OnlyTobias Stoeckmann
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-09-02Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1Tobias Stoeckmann
2007-08-30properly send our log message to the server using Argumentx, so weJoris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-01add support for local and remote branch checkout. for example,Niall O'Higgins
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-21Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparisonRay Lai
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-02-01add support for [-k mode]; tests/ok otto@.Xavier Santolaria
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-20sweep opencvs for missing rcs_translate_tag() return checks.Niall O'Higgins
2007-01-19move cvs_import() proto to the correct place.Xavier Santolaria
2007-01-18import improvements:Joris Vink
2007-01-14move things around in rcs_rev_getbuf() and rcs_rev_write_fd()Joris Vink
2007-01-13make import and init work again after the small breakageJoris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-12complete binary support for opencvs,Joris Vink
2007-01-11revert last commit after discussing w/ joris@; makes sense to removeXavier Santolaria
2007-01-11no need to unlink() the tmp files here as they have already been addedXavier Santolaria
2007-01-07and lets make import work with the new logmsg code too!Joris Vink
2006-12-04snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-04- unlink tmp files when finished.Xavier Santolaria
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-06-16add support for -d; OK joris@.Xavier Santolaria
2006-06-14add cvs_buf_load_fd() which does the same as cvs_buf_load()Joris Vink
2006-06-11remove unused variableJoris Vink
2006-06-04sprinkle -n voodoo over the add, commit and import commands.Joris Vink
2006-06-01import work on existing repos:Joris Vink
2006-05-30ugh forgot to change cvs_file_classify here too.Joris Vink
2006-05-30hello import, only works for non-existing repositories right now,Joris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-05Use variable names for sizeof, remove casts in front of xmalloc,Ray Lai
2006-04-01improve import a bit:Joris Vink
2006-03-27rcs_comment_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-02-08once again, we have to unbreak stuff xsa broke on his own.Joris Vink
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-27errors handling cleaning;Xavier Santolaria
2006-01-25snprintf() cleanup; OK niallo@.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;Xavier Santolaria