Age | Commit message (Expand) | Author |
2005-06-13 | move the CVSROOT check earlier in the process, this way we get the | Xavier Santolaria |
2005-06-13 | `export' command first bits .. ok joris | Xavier Santolaria |
2005-06-11 | clearify empty lines and comments in the cvsrc file. | Joris Vink |
2005-06-10 | if the remote end doesn't support a version request, | Joris Vink |
2005-06-10 | unused variable. | Joris Vink |
2005-06-10 | instead of opening and closing the entry file all the | Joris Vink |
2005-06-10 | allow comments in the cvsrc file. | Joris Vink |
2005-06-09 | -D implies pruning directories, as already does -r; ok joris | Xavier Santolaria |
2005-06-09 | manpage nits. | Joris Vink |
2005-06-09 | LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@. | Xavier Santolaria |
2005-06-09 | don't forget to close entfile in cvs_file_getspec(). | Joris Vink |
2005-06-09 | remove useless cvsd leftovers. | Joris Vink |
2005-06-07 | don't forget to call cvs_disconnect() at the end | Joris Vink |
2005-06-07 | silly me. do not abuse the copy/paste skills i have ... | Xavier Santolaria |
2005-06-07 | enable -P option .. joris@ ok | Xavier Santolaria |
2005-06-07 | add the -P option in the checkout example; ok jmc@ joris@. | Xavier Santolaria |
2005-06-07 | remove ancient and unused CVS define. it was a leftover from | Joris Vink |
2005-06-07 | cvs_path_cat() already sets errno, no need to duplicate. | Xavier Santolaria |
2005-06-07 | only display the ``cannot open ./CVS/Entries'' error message when | Xavier Santolaria |
2005-06-05 | * introduce cvs_putchar(), to output a single character to stdout. | Joris Vink |
2005-06-02 | remove unneeded error reporting when using cvs_path_cat(), the | Joris Vink |
2005-06-02 | make cvs_printf() a bit smarter, so it can be called without having | Joris Vink |
2005-06-02 | be gone unused init handler. | Joris Vink |
2005-06-02 | handle commands which do not have any init callback a bit | Joris Vink |
2005-06-02 | - set LP_ABORT log level when action is abored by user instead of LP_ERR | Xavier Santolaria |
2005-06-02 | revert cvs_noexec checks commit, requested by jfb@. | Xavier Santolaria |
2005-06-01 | missed these in previous commits. | Joris Vink |
2005-06-01 | remove debug code | Joris Vink |
2005-06-01 | don't trust cvs_file_getpath() to get the correct path when creating | Joris Vink |
2005-06-01 | when creating a new directory, steal the parent its cvsroot structure if | Joris Vink |
2005-06-01 | document cvs -n option; help/ok jmc@, ok joris@. | Xavier Santolaria |
2005-05-31 | get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@. | Xavier Santolaria |
2005-05-31 | cvs_noexec check if -d option specified .. | Xavier Santolaria |
2005-05-31 | add some comments .. | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria |
2005-05-31 | b1 and b2 can be NULL if an invalid revision is given. | Joris Vink |
2005-05-30 | don't forget to send the log message, this fixes the commit command. | Joris Vink |
2005-05-30 | -D and -r can be used simultaneously, pointed out by marc@ and thus | Xavier Santolaria |
2005-05-30 | zap an unused variable | Joris Vink |
2005-05-30 | skeleton for watch{,ers} commands, not linked yet; | Xavier Santolaria |
2005-05-30 | dont return CVS_EX_USAGE when not needed; ok joris@ | Xavier Santolaria |
2005-05-30 | handle -r option; ok joris@ | Xavier Santolaria |
2005-05-30 | check cvs_sendarg() return value; ok joris@ | Xavier Santolaria |
2005-05-29 | -r implies -P (Prune empty directories); | Xavier Santolaria |
2005-05-29 | -D and -r are mutually exclusive ... | Xavier Santolaria |
2005-05-29 | add missing options in usage.. | Xavier Santolaria |
2005-05-29 | consistency in error messages ... | Xavier Santolaria |
2005-05-29 | correct error message... | Xavier Santolaria |
2005-05-29 | handle -r option; | Xavier Santolaria |