-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subproject stuff #9
Comments
The AddFromScc portion is implemented. |
Implication from above is this only seems used for when things are split - like a web project |
Testing adding a project from another dir already under SCC, VS2005 seems to handle it well. |
though if i create a proj in the solution outside of the solution root:
|
after GetParentProjPath returns: There was an error trying to create a folder in the source control database using the default name. To continue adding the project to source control you'll have to manually select the desired database location. |
Yet it calls GetProjPath (which offers to git init). When we disable the subproj caps, it just skips directly to that, which is the right thing. If the subproject stuff made the web case easier, I think it might be worth justifying. Otherwise, without an example, why? |
The subproject stuff feels really nebulous, but it seems that solution-based VS (devenv), even the '98 versions, wants a notion of this. I'm not sure how it maps to git, except I don't think submodules would fit; I think it's more multiple projects in a solution.
We'll need it at least for AddFromScc support; I believe this is SetOpt 6.
The text was updated successfully, but these errors were encountered: