Go to the previous, next section.

release options

Only these standard options are supported by release.

-Q
Really quiet.

-q
Somewhat quiet.

In addition to the above, it supports one additional flag.

-d
Delete your working copy of the file if the release succeeds. If this flag is not given your files will remain in your working directory.

Warning: The release command uses `rm -r `module'' to delete your file. This has the very serious side-effect that any directory that you have created inside your checked-out sources, and not added to the repository (using the add command; see section add--Add a new file/directory to the repository) will be silently deleted--even if it is non-empty!

Go to the previous, next section.