summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/add.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* move all the client commands to the new command framework.joris2005-03-301-52/+30
| | | | | | eliminates a lot of duplicate code. ok jfb@
* get rid of a debugging printf() that slipped through the cracksjfb2005-01-241-2/+1
|
* * use the global cvs_msg instead of our ownjfb2005-01-241-9/+28
| | | | * support the use of RCS keyword expansion flags in client mode
* Send files to add using `Is-Modified' instead of `add', and sendjfb2004-12-301-9/+6
| | | | | directories regardless of whether they are known or not, in case they are part of the files to add.
* Check to make sure we have a valid CVSROOT, and check the return valuejfb2004-12-211-3/+9
| | | | when sending the add request
* on the way to `cvs add'; ok jfbxsa2004-12-211-24/+32
|
* minor simplification in if () statement from Joris Vinkjfb2004-12-081-3/+2
|
* less whitespace, more pretty. ok jfbtedu2004-12-071-10/+9
|
* tighten vertical spacing for else; jfb okderaadt2004-12-061-5/+3
|
* Pass the proper type for the third argument to cvs_sendreq()jfb2004-12-061-2/+2
|
* a bit more sensekrapht2004-11-091-4/+5
|
* Remove unused variablesjfb2004-08-131-2/+2
|
* Make add work in client modejfb2004-08-131-13/+54
|
* Move to the new API for the client-server protocol. All functions nowjfb2004-07-301-13/+8
| | | | | take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots.
* * initial import from the cvs-tools modulejfb2004-07-131-0/+98