summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/import.c
AgeCommit message (Expand)Author
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
2005-12-20cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-03add very basic support for the following stuff:Joris Vink
2005-11-28consistency in error messages;Xavier Santolaria
2005-11-24minor knf + snprintf() return check;Xavier Santolaria
2005-10-15- add username parameter to rcs_rev_add(), needed to implement at leastNiall O'Higgins
2005-08-04sync command synopsis w/ man page;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-15- use cvs_path_cat() where appropriate instead of snprintf()Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-26remove the trailing \n from the ctime() timestampJean-Francois Brousseau
2005-05-26send the Checkin-time request along with the file's timestamp whenJean-Francois Brousseau
2005-05-26fix remaining issues with regards to branch numbering and add theJean-Francois Brousseau
2005-05-26support the -b option in local mode as well and rearrange the branchJean-Francois Brousseau
2005-05-25support the -d flag in local mode (GNU CVS ignores that flag and evenJean-Francois Brousseau
2005-05-25when importing a file in local mode, add the first two revisionsJean-Francois Brousseau
2005-05-24remove debugging messagesJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-04-25set the default branch to 1.1.1 upon import, and remove a strayJean-Francois Brousseau
2005-04-16more snprintf return value check; joris okXavier Santolaria
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-05free bnum when we are done using it, also use rcsnum_parse() insteadJoris Vink
2005-02-28update my email address.Joris Vink
2005-01-13more widespread use of cvs_msg, and free it when we are doneJean-Francois Brousseau
2005-01-06Improved and working import code from Joris Vink with modificationsJean-Francois Brousseau