GVP Cmds
GVP Cmds
Cron Jobs
---------
4) To stop cronjob
Same as 3 above but keep the cronnew empty. supplying crontab with empty stops
previous job and does not run new
Clearcase
--------
2) To add a directory
step1) Checkout parent directory
step2) Add new directory with following command
ct mkelem -eltype directory -master -c "comment" <directory name>
step3) Checkin the new directory and the parent directory
3) To add file
step1) Checkout parent directory
step2) Add new file with following command
ct mkelem -master -c "comment" <file name>
step3) Checkin the new file and the parent directory
GVP
----
Gather/Publish process
----------------------
Let us say there are two projects a and b. b is using a files.
To get the latest label for the current project, just do "gvp uwa -v -merge"