I have created a symbolic link (see below) to a version controlled file from a different vob (VOB_II
) and the file is visible from a dynamic view whereas it’s not visible from the UCM snapshot view.
A.txt --> ..\..\..\VOB_II\SampleDir\A.txt
I have the following selection and load rules.
element \VOB_II\SampleDir\A.txt ...\branch1\LATEST
load \VOB_II\ SampleDir
Any ideas why the file is not getting loaded in the snapshot view? I could not figure out what’s wrong. Any help or inputs are much appreciated.
First, do a
cleartool ls
inC:\path\to\my\view\VOB_II\SampleDir
The status can explain why the element is not loaded.
Typically, you need selections rules that selects also the parent folders (
SampleDir
andVob_II
) before being able to selectA.txt
.I would recommend at least adding an
element * /main/LATEST
(stop rule)Second, it looks like you are trying to load the actual A.txt (the one in
VOB_II\SampleDir\A.txt
), and not the symbolic link one theA.txt
pointing to..\..\..\VOB_II\SampleDir\A.txt
I don't know where is that symbolic link
A.txt
. InVob_I
?Third, see "Symbolic links in snapshot views"