Re: [git-users] Using git for multiple projects

2014-04-09 Thread Magnus Therning
On Tue, Apr 08, 2014 at 04:43:29PM -0400, Maurizio Vitale wrote: > I've never used multiple git repositories in large scale > multi-committer projects (the closest is a new language frontend for > llvm that uses submodules for beinging in clang and llvm, but I'm > the only committer). > > I see pe

Re: [git-users] Using git for multiple projects

2014-04-08 Thread Maurizio Vitale
I've never used multiple git repositories in large scale multi-committer projects (the closest is a new language frontend for llvm that uses submodules for beinging in clang and llvm, but I'm the only committer). I see people advocating splitting large code bases into multiple git repository and t

Re: [git-users] Using git for multiple projects

2014-04-04 Thread Magnus Therning
On Fri, Apr 04, 2014 at 10:09:08AM -0700, Thomas Beardshear wrote: > Anyone have any suggestions for using git for multiple projects? > > The concept of git seems clear for one large project, but when your applets > are in multiple locations (departments vs server functions vs cloud-based > vend

[git-users] Using git for multiple projects

2014-04-04 Thread Thomas Beardshear
Anyone have any suggestions for using git for multiple projects? The concept of git seems clear for one large project, but when your applets are in multiple locations (departments vs server functions vs cloud-based vendor integrations), it gets a little vague especially for people that use it p