Next: import output, Up: import [Contents][Index]
This standard option is supported by import
(see Common options for a complete description):
-m messageUse message as log information, instead of invoking an editor.
There are the following additional special options.
-b branch-dUse each file’s modification time as the time of import rather than the current time.
-k substIndicate the keyword expansion mode desired. This setting will apply to all files created during the import, but not to any files that previously existed in the repository. See Substitution modes for a list of valid ‘-k’ settings.
-I nameSpecify file names that should be ignored during import. You can use this option repeatedly. To avoid ignoring any files at all (even those ignored by default), specify ‘-I !’.
name can be a file name pattern of the same type that you can specify in the .cvsignore file. See cvsignore.
-W specSpecify file names that should be filtered during import. You can use this option repeatedly.
spec can be a file name pattern of the same type that you can specify in the .cvswrappers file. See Wrappers.