\*(n) -CoPy_file
1
the change is not in the "being developed" state. It is an error if the change is not assigned to the current user. It is an error if the file is already in the change and the -OverWrite option is not specified.
(n) command will exit with a status of 1 on any error. The (n) command will only exit with a status of 0 if there are no errors.
aegis(1) for a list of environment variables which may affect this command.
Remember that most commands are relative to the current directory, even though these examples assume you are at the base of the development directory tree. Copy Whole Project To copy the whole project into your change, use the command aecp . The trailing dot is part of the command, it means "the currect directoryand everything below it". This works for any directory in your project source tree, if you want to be more seledctive. Prroduce Earlier Project Version You you wish to exactly reproduces the sources for an earlier version of your project, you need to know the edelta number (use ael proj-history to find it). Then use this command: aecp -delta n . where n is the delta number from the project history.Again, the trailing dot is part of the command. By using the $version substitution (see aesub(5) for more information) you can embed this delta number into your program before distributing it. It is also possible to give a previous change number, instead, using this command: aecp -delta-from-change n . where n is the change number of interest.Again, the trailing dot is part of the command. Rescind a Change When you need to rescind (back out) a completed change, it will probably have been some time ago, so you need to know the delta number or change number. Use this command: aecp -delta n -rescind . where n is the delta number of interest.All of the other -delta variantrs also work, so if you know the change number, you can be more selective about which files to copy: aecp -delta-from-change n `aegis -l cf -ter -c n` where n is the change number of interest.This only copies the files which were in the offending change.
Copyright (C) (Y) Peter Miller; All rights reserved. The (n) program comes with ABSOLUTELY NO WARRANTY; for details use the '(n) -VERSion License' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the '(n) -VERSion License' command.
|
|||||||||||||