CVS update: /ccvs/src/
[email protected] 3 May 2005 17:32:47 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/05/03 10:32:47 Modified: /ccvs/src/ ChangeLog, add.c Log: Issue number: 226 * add.c: Update comment to include the -k option. This resolves issue #226 on cvshome.org. File Changes: Directory: /ccvs/src/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.3183&r2=1.3184 Delta lines: +5 -0 ------------------- --- ChangeLog 2 May 2005 19:49:36 -0000 1.3183 +++ ChangeLog 3 May 2005 17:32:44 -0000 1.3184 @@ -1,3 +1,8 @@ +2005-05-03 Derek Price <[email protected]> + + * add.c: Update comment to include the -k option. This resolves issue + #226 on cvshome.org. + 2005-05-02 Derek Price <[email protected]> Remove unnecessary level of indirection. File [changed]: add.c Url: https://ccvs.cvshome.org/source/browse/ccvs/src/add.c?r1=1.118&r2=1.119 Delta lines: +3 -3 ------------------- --- add.c 22 Mar 2005 13:19:57 -0000 1.118 +++ add.c 3 May 2005 17:32:44 -0000 1.119 @@ -18,9 +18,9 @@ * For a directory, it is added at the appropriate place in the source * repository and a CVS directory is generated within the directory. * - * The -m option is currently the only supported option. Some may wish to - * supply standard "rcs" options here, but I've found that this causes more - * trouble than anything else. + * `cvs add' supports `-k <mode>' and `-m <description>' options. + * Some may wish to supply other standard "rcs" options here, but I've + * found that this causes more trouble than anything else. * * The user files or directories must already exist. For a directory, it must * not already have a CVS file in it.