tcl - Editing files in clearcase view -
i have worked cvs used open tcl script ide editplus, have shift clearcase environment., when set view alone , can see our files., how can open , edit files in ide?
you need open file using full path of said file in clearcase view.
in snapshot view, path regular filesystem path:
# windows c:\path\to\snap\view\avob\path\to\file # unix /path/to/snap/view/vobs/avob/path/to/file
but dynamic view, view mounted in mvfs (multiversion filesystem) mount point (m:/ on windows, /view on unix)
# windows m:\adynview\avob\path\to\file # unix /view/adynview/vob/vobs/avob/path/to/file
on unix, can "set view" (cleartool setview
), make view starts in /vobs
:
/vobs/avob/path/to/file
Comments
Post a Comment