![]() |
![]() |
![]() |
![]() |
NOTE: If the name of the object being removed from the database contains spaces (in either the file or folder names), you MUST enclose it in quotes.
NOTE: ALL before scripts will be executed prior to removing files/folders. If any before script fails, the operation will be terminated and no files/folders will be removed.
# razor -c rm -f <file> -g <group> \ [-i <issue[<:issue group>]>]
It's also possible to remove folders (including all files contained in the specified folder) from Razor using the following:
# razor -c rm_folder -f <folder> -g <group> \ [-i <issue[<:issue group>]>]
A list of the files contained in the folder will be listed for confirmation.
Since a "thread" is a text file under control of a specially named group, we are able to delete it from the database with only a slight variation of the command used for deleting files. For example, if we wish to delete the `Beta' thread from the `apple' group, we could use the following command...
# razor -c rm -f Beta -g apple##Threads
Issues are ASCII files under version control, just as any other file. They are merely members of a special razor group ++ISSUES++[.<issue group>]. Knowing this, it is possible to remove them from the database using the same command line syntax as removing a file (above). A more comfortable alternative however is to use the following command...
# razor -c rm_issue -f \ <issue[<:issue group>]> [-g <issue group>]
Note that the <issue> can be specified in its fully annotated form (I..1-234) or simply as a normal integer value (1234). Use the -g option to specify an issues group other than the default.
![]() |
![]() |
![]() |
![]() |
(Part 8 of 12 for this section) (Generated 09/13/99 at 18:01:58) |
Copyright Tower Concepts http://www.tower.com Voice: 315-363-8000 Fax: 315-363-7488 support@tower.com sales@tower.com |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |