Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-27 | no need to query the Entries line for files anymore and a bit of cleanup | Jean-Francois Brousseau | |
2005-04-27 | cleanup and initial split between remote and local update code | Jean-Francois Brousseau | |
2005-04-25 | first part of file API changes: | Joris Vink | |
- fix our behaviour regarding directories or files in a different directory than we currently are as arguments to commands, this allows stuff like "cvs status sys/arch/i386/Makefile" to work. - when parsing a pathname only load the needed nodes of the path instead of loading *everything* in memory. the next step in this is to merge the collection and callback execution together. ok jfb@, xsa@ | |||
2005-04-25 | resurrect missing parts to generate rcsdiff(1)-style diffs with the -n | Jean-Francois Brousseau | |
flag ok xsa | |||
2005-04-25 | * add missing 'R' flag in diff synopsis | Jean-Francois Brousseau | |
* add the CVS_EX_BADROOT return code to indicate that there was no CVSROOT given or it was invalid ok joris, xsa | |||
2005-04-25 | set the default branch to 1.1.1 upon import, and remove a stray | Jean-Francois Brousseau | |
cvs_connect() call ok joris, xsa | |||
2005-04-24 | don't send a Modified request and the file its contents when | Joris Vink | |
it has been removed. | |||
2005-04-24 | add missing CVS_CMD_ALLOWSPEC flag | Joris Vink | |
2005-04-22 | finish support for the '-' token in the Entry file, this allows | Joris Vink | |
us to mark files as removed, and lets the remove command work completely. tested and ok xsa@, jfb@ | |||
2005-04-22 | sync add command usage w/ man page; joris ok | Xavier Santolaria | |
2005-04-22 | missing '-R' (force recursion) option for diff. | Joris Vink | |
noticed by brad@ | |||
2005-04-21 | let the `cvs remove' command work with no file(s) specified as args; | Xavier Santolaria | |
joris ok | |||
2005-04-21 | better include the cvs_sendfile() req in the conditional statement so | Xavier Santolaria | |
it behaves like expected.. pointed out by joris@. | |||
2005-04-21 | add checks for files still physically present that should be removed; | Xavier Santolaria | |
input/ok joris | |||
2005-04-21 | * fix the tag command's synopsis | Jean-Francois Brousseau | |
* prepend __progname and the command string when displaying command usage | |||
2005-04-20 | check the validity of tag names passed to the tag command, and print | Jean-Francois Brousseau | |
an abort message if the tag is invalid. also, match gnu cvs behaviour with regards to command usage output on usage errors. ok joris | |||
2005-04-20 | add the CVS_EX_OK return code to indicate everything went fine | Jean-Francois Brousseau | |
ok joris | |||
2005-04-20 | shut up a useless warning for newly created files | Joris Vink | |
ok jfb@ | |||
2005-04-19 | add error messages for the new RCS error codes | Jean-Francois Brousseau | |
2005-04-19 | add rcs_sym_check() to check the validity of an RCS symbol and | Jean-Francois Brousseau | |
sprinkle some in the other symbol functions | |||
2005-04-19 | big spring cleanup and make tag work again when dealing with multiple | Jean-Francois Brousseau | |
directories by specifying CVS_CMD_SENDDIR, and first stab at the local version, needs tweaking | |||
2005-04-19 | correctly handle the "Removed" response, so that the correct | Joris Vink | |
file and entry are removed. ok jfb@, xsa@ | |||
2005-04-19 | - remove unused header | Xavier Santolaria | |
- add -l and -R flags - add check on cvs_sendentry() return value joris@ ok | |||
2005-04-19 | handle removed files as well when checking files to commit | Jean-Francois Brousseau | |
ok joris | |||
2005-04-19 | send the correct argument, -A not -a | Joris Vink | |
2005-04-19 | support -P -A -d flags | Joris Vink | |
2005-04-19 | remove debug code | Joris Vink | |
2005-04-19 | make sure we pick up newly added files. | Joris Vink | |
2005-04-19 | update cf_type to the correct type if we cannot stat(2) the | Joris Vink | |
requested file or directory in cvs_file_lget(). should fix those "attempt to send Entry for non-regular file" errors. reported by brad@ | |||
2005-04-18 | don't send an Entry reply to the server for unknown files, | Joris Vink | |
fixes "foo is not (any longer) pertinent" errors | |||
2005-04-18 | only copy ce_tag is it is not NULL, fixes a segfault on | Joris Vink | |
startup for the update command. | |||
2005-04-18 | missing prototype for get_date(); | Joris Vink | |
from deraadt@ | |||
2005-04-18 | dummy handlers for the Entry, Modified, Is-Modified, Updated and | Jean-Francois Brousseau | |
Questionable requests. | |||
2005-04-18 | free cf_tag for regular files in cvs_file_free(); | Joris Vink | |
ok jfb@ | |||
2005-04-18 | more debugging leftovers | Joris Vink | |
2005-04-18 | remove debugging leftovers | Jean-Francois Brousseau | |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau | |
both files and directories. We can now keep the revision number for regular files, and don't need to fetch the appropriate entry in the command callbacks. This saves a huge amount of parsing on Entries files. ok joris@ | |||
2005-04-16 | thought i had committed that earlier;snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | make sure we send the correct stuff for newly added files that | Joris Vink | |
are not commited yet. | |||
2005-04-16 | more snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | missing cvs_ent_free(); joris ok | Xavier Santolaria | |
2005-04-16 | check snprintf() return value; | Joris Vink | |
from deraadt@ small change by me | |||
2005-04-15 | pick up BINDIR from above; ok joris | Theo de Raadt | |
2005-04-15 | rcs is now in usr.bin/rcs; ok jfb joris | Theo de Raadt | |
2005-04-15 | stuff moved to rcs dir | Theo de Raadt | |
2005-04-15 | build cvs right out of the base directory, no need for a subdir (you may | Theo de Raadt | |
need some obj cleaning as a result of this); ok jfb | |||
2005-04-15 | snprintf() return values checks; joris ok | Xavier Santolaria | |
2005-04-15 | braino; joris ok | Xavier Santolaria | |