Jump to content

Workspace selector - Path set to specific location within repo


diegohb

Recommended Posts

Is it possible to create a workspace that is rooted at a sub-directory within the repository? For example...

 

Repo:

  • /android
    • lib
    • src
  • /iphone
    • lib
    • src
  • /web
    • lib
    • src

 

I thought that if i created a workspace with selector: 

repository "REPO@server:8087"
  path "/web"
    smartbranch "/main"     
 
That my workspace root would contain lib and src dirs from ./web/ location at repo...  but this is not the case. Is this scenario supported?
Link to comment
Share on other sites

Hi @diegohb,

 

It´s not possible to create a workspace that is rooted at a sub-directory within the repository. But in your scenario I would recommend you to use "cloaking" rules (http://www.plasticscm.com/releases/3.0/manuals_html/en/GuiGuide-EN.htm#_Toc266202459).

This way, you  would update your workspace only with desired items. 

 

Regards,

Carlos

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...