Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple Projects in VisualStudio 2012 in one Solution using GIT

I am looking for a Solution having multiple Projects in one Solution, using one GIT repository per Project.

I want to be able to have multiple projects in one solution but each project has it's own GIT repo.

Lets say I got these project structure :

Solution Project 
- Some Client
- Some Other Project
- Some Lib Project that is used by all projects in this solution
- Some ASP Website

Any Thoughts how I can bring it to work ? Is Visual Studio 2013 able to handle this ?

like image 318
rewewrqfdefwds Avatar asked Nov 15 '13 17:11

rewewrqfdefwds


People also ask

Can a Visual Studio solution contain multiple projects?

Visual Studio extension that allows adding multiple existing projects into the solution. Optionally creates the solution folder structure reflecting to the physical hierarchy on disk. See the change log for changes and road map.


1 Answers

At the moment the Visual Studio integration only really handles a single repo containing the entire solution (and projects). Doesn't really work well when each project is in it's own repository or if you are using sub-modules etc.

Probably worth heading over to UserVoice and adding your support for this, however I do know that it's something the team are looking at solving at some point

In the meantime, you are probably going to need to fall back to the command line I'm afraid.

like image 174
Martin Woodward Avatar answered Oct 05 '22 21:10

Martin Woodward