how to add solution to vss and avoid creating root directory for sln?

R

Ryan Liu

Hi,

I have multiple C# solutions and they share some utility and generic
projects.

I put all *.sln files in root directory.

File structure is like this( things without ext is a folder):

a.sln
b.sln
MainProjects
a
a.csproj
b
b.csproj

UtilityProjects
u
u.csproj

GenericProjects
g
g.csproj


a.sln uses a,u,g proj
b.sln uses b,u,g proj


So when I add a.sln or b.sln to VSS, I don't want it create a root folder a
or b in vss.

Otherwise u and g will be duplicated in a and b folder in vss.

I want vss have extract file structure as in my local directory.

I can do this manually add whole folder to vss to avoid using command "Add
solution to vss...", but then I have to deleted many debug and release
folder ...

What is the best way to solve this? That is how to tell VSS not to create
root folder for each solution?

Thanks a lot!


~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
ÁõÔ½·å Ryan Liu
021 2797 4595£¬ 137 0173 5101

ÉϺ£·áÆÕÈí¼þÓÐÏÞ¹«Ë¾

Shanghai Fengpu Software Co. Ltd
Shanghai , China

http://www.PowerCATI.com
http://www.fpsoft.net.cn

~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
 
G

Guest

hi,
I guess there is no way .. you have to do it mannually.
When you add a solution studio creates folder for each project in that
solution automatically.

what you can do .. you can have a folder created mannually and then upload
it to VSS from VSS.

Regards,
kishor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top