G
Guest
When adding my VB .NET solution (with two sub-projects) the folder structure
in VSS gets an extra level of folders...
For example, here's the structure of the solution on my C:\
....\mySolution\mySolution.sln
....\mySolution\myProject1\myProject1.vbproj
-- and --
....\mySolution\myProject2\myProject2.vbproj
But after adding the solution to VSS the structure looks like this:
$\mySolution.root\mySolution\myProject1\myProject1.vbproj
^^^^^^^^^^
-- and --
$\mySolution.root\mySolution\myProject2\myProject2.vbproj
^^^^^^^^^^
What's with the extra mySolution.root folder level structure in VSS? This
only seems to make adding/getting projects from VSS more confusing. If anyone
can explain this ior point me to some literature that explains this I'd be
very happy....
Charles
in VSS gets an extra level of folders...
For example, here's the structure of the solution on my C:\
....\mySolution\mySolution.sln
....\mySolution\myProject1\myProject1.vbproj
-- and --
....\mySolution\myProject2\myProject2.vbproj
But after adding the solution to VSS the structure looks like this:
$\mySolution.root\mySolution\myProject1\myProject1.vbproj
^^^^^^^^^^
-- and --
$\mySolution.root\mySolution\myProject2\myProject2.vbproj
^^^^^^^^^^
What's with the extra mySolution.root folder level structure in VSS? This
only seems to make adding/getting projects from VSS more confusing. If anyone
can explain this ior point me to some literature that explains this I'd be
very happy....
Charles