Use the Add command to add a local file in your working directory to the repository. This command is only available on directories and on files whose CVS status is local.
You can run this command by right-clicking any file or directory in a VCS filesystem
and choosing CVS Add.
![]() |
If you do not see all of these options, your CVS filesystem is not set to display advanced command options. Go to the filesystem's property sheet and set the Advanced Options property to True, or hold down the Control key while choosing the Add command. |
You can specify the following arguments on both files and directories:
Note that if you run the Add command on a directory with this option specified, the IDE will run the Commit command on the directory as well. All other changes to the directory will also be commited to the repository.
The following options only appear when you run the Add command on a directory:
![]() |
The dialog box also includes a Global Options tab in which you can set global CVS command options. |
See Also | |
---|---|
Calling Version Control
Commands VCS Filesystem Properties CVS Commands VCS Command Output |