Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-03 | first round of EX_* exit codes removal; ok joris@. | Xavier Santolaria | |
2005-03-30 | move all the client commands to the new command framework. | Joris Vink | |
eliminates a lot of duplicate code. ok jfb@ | |||
2005-01-24 | get rid of a debugging printf() that slipped through the cracks | Jean-Francois Brousseau | |
2005-01-24 | * use the global cvs_msg instead of our own | Jean-Francois Brousseau | |
* support the use of RCS keyword expansion flags in client mode | |||
2004-12-30 | Send files to add using `Is-Modified' instead of `add', and send | Jean-Francois Brousseau | |
directories regardless of whether they are known or not, in case they are part of the files to add. | |||
2004-12-21 | Check to make sure we have a valid CVSROOT, and check the return value | Jean-Francois Brousseau | |
when sending the add request | |||
2004-12-21 | on the way to `cvs add'; ok jfb | Xavier Santolaria | |
2004-12-08 | minor simplification in if () statement from Joris Vink | Jean-Francois Brousseau | |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt | |
2004-12-06 | Pass the proper type for the third argument to cvs_sendreq() | Jean-Francois Brousseau | |
2004-11-09 | a bit more sense | krapht | |
2004-08-13 | Remove unused variables | Jean-Francois Brousseau | |
2004-08-13 | Make add work in client mode | Jean-Francois Brousseau | |
2004-07-30 | Move to the new API for the client-server protocol. All functions now | Jean-Francois Brousseau | |
take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots. | |||
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau | |