Hi All ,
Using TS 6.1 on Win 2000 SP4 .
Scenario : I have two branches 'assets' & 'development' at SAME LEVEL . Both of them have workarea 'WA' .
'assets' branch has 'htdocs' folder which contains all the asset folders like PDF , IMAGES etc.
//delrpathak1/store1/main/asset/WORKAREA/WA/htdocsIn htdocs i have 'images' & 'pdf' folders'development' branch has 'templatedata' folder which contains DCTs TPLs .
'development' branch does not have 'htodocs' folder . I
//delrpathak1/store1/main/development/WORKAREA/WA/templatedataHave created a cross branch browser which browses to 'assets' branch for images and other stuff .
Requirement - Considering the above 'separate branch for assets' approach , what setting should i make so that i when i preview DCRs then images are appearing on html pages .
Is there a setting which will make the document root point to
//delrpathak1/store1/main/asset/WORKAREA/WA/htdocsso that when i want to access images in my TPL using relative path like 'image/spiderman.gif'[HTML]

[/HTML]
then the spiderman.gif should appear on page .........
NOTE : I know this is possible if 'htdocs' was there in same branch 'development' & my preview-dir in templating.cfg is '\htdocs'
Can anyone tell me how should I leverage the concept of RELATIVE PATH for assets present in different branch .