Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-30 | avoid using `cvs add *' idiom wrt special files; joris ok | Xavier Santolaria | |
2005-09-30 | spacing & KNF | Joris Vink | |
2005-09-30 | rework the rcs_write() function. | Niall O'Higgins | |
now it writes to a temporary file, then rename()s this into place or copies it if rename() is not possible. allows us to work with read-only ,v files. "put your diff in" joris@ | |||
2005-09-29 | free the access list when rcs file is closed. ok joris@ | Moritz Jodeit | |
2005-09-29 | set RCS_SYNCED to off in some more functions which | Moritz Jodeit | |
change rcs file content. ok joris@ | |||
2005-09-29 | return -1 instead of NULL in rcs_sym_{add,remove}. ok joris@ | Moritz Jodeit | |
2005-09-29 | don't forget to put the revision into the rcs_lock | Moritz Jodeit | |
struct in rcs_lock_add(). ok niallo@ joris@ | |||
2005-09-29 | implement RCS_HEAD_REV in rcs_rev_add() | Niall O'Higgins | |
ok joris@ | |||
2005-09-29 | allow RCS_HEAD_REV to be passed to rcs_getrev() to obtain the head revision; | Joris Vink | |
2005-09-27 | add some file status checks in local setup; | Xavier Santolaria | |
2005-09-26 | some more style nits and bits; | Xavier Santolaria | |
2005-09-26 | style; | Xavier Santolaria | |
2005-09-25 | Produce more clear error message parsing date strings. ok joris@ | Otto Moerbeek | |
2005-09-25 | use cvs_add_build_entry(); joris ok | Xavier Santolaria | |
2005-09-22 | style; | Xavier Santolaria | |
2005-09-21 | clean this mess up; joris ok | Xavier Santolaria | |
2005-09-21 | use correct return codes in cvs_add_directory(); joris ok | Xavier Santolaria | |
2005-09-19 | Zap some compiler warnings about uninitialized variables. | Niall O'Higgins | |
ok joris@ | |||
2005-09-19 | Add preprocessor directives needed for usr.bin/rcs programs to compile. | Niall O'Higgins | |
ok joris@ | |||
2005-09-18 | - ensure rcs_rev_add() and rcs_kwexp_set() set the RCS_SYNCED flag to off | Niall O'Higgins | |
properly. ok joris@ | |||
2005-09-18 | RCS keyword expansion support, only $Log$ is not supported right now. | Joris Vink | |
2005-09-18 | fix memleak | Joris Vink | |
2005-09-17 | fix stupidity in rcs_patch_lines() and return -1 on error so we actually | Joris Vink | |
catch the error instead of completely crashing. | |||
2005-09-15 | strip trailing slashes from any arguments passed to opencvs. | Joris Vink | |
ok xsa@ | |||
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria | |
CVS/Tag file. Sync the rest of the code accordingly; OK joris@. | |||
2005-09-14 | knf | Joris Vink | |
2005-09-13 | fix conditions when the base directory should be passed to the command | Joris Vink | |
callback. fixes local commands with directories as arguments (like 'add'). problem found and OK xsa@ | |||
2005-09-13 | let's add directories too; testing+ok joris@. | Xavier Santolaria | |
2005-09-13 | unbreak opencvs server | Joris Vink | |
ok xsa@ | |||
2005-09-11 | only remove and free a cvsroot struct if it has been added in | Joris Vink | |
cvsroot_parse(). fixes segfaults opencvs has been receiving when cvsroot_parse() fails. "go ahead" xsa@ | |||
2005-09-07 | make sure the administrative files that the commands depend on are | Joris Vink | |
present before we try to continue. ok xsa@ | |||
2005-09-07 | more stuffs for the CVS/Tag file; input+ok jmc@. | Xavier Santolaria | |
2005-09-06 | more bits for the local remove command support; OK joris@. | Xavier Santolaria | |
2005-09-06 | Make sure entries do not go away when we run through them in the file code. | Joris Vink | |
Fixes corrupt Entry files. Problem found by Mike Pechkin, thanks. | |||
2005-09-05 | add warning message if file status is unknown; | Xavier Santolaria | |
2005-09-05 | let's move forward with the local add command; | Xavier Santolaria | |
2005-09-05 | add trace message (-t); | Xavier Santolaria | |
2005-09-05 | use CVS_ENT_MAXLINELEN; | Xavier Santolaria | |
2005-09-05 | add new functions: cvs_write_tagfile() and cvs_parse_tagfile(), | Xavier Santolaria | |
write and parse a CVS/Tag file. Ok joris@. | |||
2005-09-05 | style; | Xavier Santolaria | |
2005-08-24 | checkout -D also implies -P; ok jmc@. | Xavier Santolaria | |
2005-08-23 | cvs does not remove directories unless it's empty and that | Xavier Santolaria | |
the checkout or update commands are used with the -P option. "go ahead and commit" jmc@. | |||
2005-08-23 | preceeded -> preceded | Jason McIntyre | |
2005-08-22 | document $CVSROOT/CVSROOT/history file; ok jmc joris | Xavier Santolaria | |
2005-08-22 | - handle removal of a freshly added file | Xavier Santolaria | |
- fix crash if we specify -f and the file is not on disk anymore ok joris@. | |||
2005-08-22 | add the correct entry for newly added files. | Joris Vink | |
ok xsa@ | |||
2005-08-19 | do not close the entries file until all files depending on it have | Joris Vink | |
been passed to the callback. ok xsa@ | |||
2005-08-19 | style; | Xavier Santolaria | |
2005-08-19 | missing cast; | Xavier Santolaria | |
2005-08-17 | only close the RCS file if we opened it. | Joris Vink | |
fixes a crash with newly added files. ok jfb@ |