NAME rcs2ws - produce a TeamWare workspace from an RCS source hiearchy SYNOPSIS rcs2ws -p parentdir [ -g] [ -n ] [ -V ] [ -w cws ] files or dirs DESCRIPTION rcs2ws produces a TeamWare workspace from an RCS source hierarchy. TeamWare was formerly known as CodeManager. rcs2ws is analogous to the bringover(1) command but in this case the "parent" is an RCS source hierarchy. rcs2ws operates on RCS files under parentdir, converts them to SCCS files, and puts the resulting SCCS files under the cws workspace. If necessary, cws will be created. The parentdir hierarchy is unaffected by rcs2ws. To convert files, rcs2ws invokes the RCS co command and the SCCS admin, get, and delta commands. These commands will be found using the user's PATH variable. If the SCCS commands can't be found, then they will be sought in the /usr/ccs/bin directory. OPTIONS -p parentdir Names the RCS source hierarchy. This is a required option. -w cws Names the child workspace. If the -w option is not specified, then the value of the shell environment variable CODEMGR_WS is used. If CODEMGR_WS is not set and the current directory is contained within a workspace, the containing workspace is used. If cws does not exist, then rcs2ws will create it. -g Don't do SCCS gets after converting files. Nor- mally, g-files are extracted after they are con- verted. -n Show what would be done without actually doing anything. -V Display the version being run on standard output. Some notes about the file and dir arguments: o The "." directory may be used to specify that every RCS file under parentdir should be converted. o Relative files names are interpreted as being relative to parentdir. o Directories are searched recursively. ENVIRONMENT The following variables are used by rcs2ws. CODEMGR_WS Contains the name of a user's default workspace. The workspace specified by CODEMGR_WS is automatically used if the -w option is not specified. NOTES rcs2ws does not convert RCS keywords to SCCS keywords. Key- words are treated as text in the SCCS delta. SEE ALSO bringover(1), sccs(1), workspace(1) EXIT CODES 0 rcs2ws was successful. 1 rcs2ws failed due to conditions such as parentdir not existing, being unable to find the co, admin, delta, and get commands, or a failure when creat- ing cws.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |