I have a solution with a single web project in it like this:
c:\working\solution
(contains solution file)
c:\working\solution\webapp
(contains web project)
I have a virtual directory in IIS that is mapped to my web project such
that
http://localhost/webapp serves files from c:\working\solution\webapp.
When I add the project to CVS using PushOK within the VS.NET 2003 IDE, I
tell it to create a new module, and then push OK.
If I then browse the modules in my repository, I see this:
solution.root
(contains solution folder)
solution.root\solution
(contains solution files)
_1
(contains webapp project files)
Why doesn't PushOK create a webapp module under solution.root\solution? If
I add 10 solutions each with a single web app in it, I'll have 10 modules
in my CVSROOT:
_1
_2
_3
etc...
Is there a way to correct this problem?
Thanks!
Travis