I have MyEclipse Workbench 8.6
for developing my project and Microsoft Visual Sourcesafe (VSS)
as my source version controller. I have too many project in my workspace. I grouping projects by several working set. My question is:
Is there way for map a working set in MyEclipse
to a folder in VSS
?
Edit
I will show my work space status: I have four projects with name:
com.sam.api
contains my interfaces.com.sam.impl.default
contains my default implementation of above project.com.sam.factory
instantiates an implementation of api.com.start
is start point of my program.
and I have two working-set
with names in MyEclipse
:
sam
is contains three projectcom.sam.api
,com.sam.impl.default
,com.sam.factory
.sp
is contains one projectcom.start
.
I have following structure in VSS
:
sam-project\sam\com.sam.api
sam-project\sam\com.sam.impl.default
sam-project\sam\com.sam.factory
sam-project\sp\com.start
Now I have to map four project in MyEclipse
to four project in VSS
but I want map two MyEclipse Working-Set
to two sub-folder sam
and sp
in VSS
but can't do it:(