user interface - ClearCase Linux GUI error comparing/checkin-out/describe/ -
we have clearcase server (version 7.0.1.1-ifix02) installed on linux server "srv1" (vobs, views , license). development environment on linux server "srv2". on server clearcase installed (7.0.1). access views through clearcase gui installed on development server.
we can access gui without problem , action files , directories on current path we've started gui. after moving other directory in file browser of gui, cannot checkouts, comparison, describe, ... windows appear "transcript":
/bin/sh: ./grpxxxxx: no existe el fichero o el directorio
where xxxxx
5 digits number different on each action.
the fact is, when using clearcase gui on clearcase server "srv1", don't have such problem.
the simplest way debug situation revert command line.
if have clearcase 7.x, use cleartool
. (clearcase 8.x, use rcleartool):
cd /path/to/your/view/.../yourfolder cleartool ls
that should give current state of folder , elements, selection rules apply config spec of view.
note issue can vary depending on nature of said view (snapshot or dynamic, clearteam explorer 8.x, since support dynamic views well, , not web views)
Comments
Post a Comment