Re: version control convention?

2009-02-10 Thread Jeff Anderson
Serdar T. wrote: > Is it better to create repositories at a site-, project- or app-level? > Technically, you can do all three. Definitely put all of your re-usable apps into their own repository. I always put my projects into their own repository, but I don't necessarily include apps that I'm

version control convention?

2009-02-10 Thread Serdar T.
Is it better to create repositories at a site-, project- or app-level? In other words, if I implement the conventional[1] directory structure below, is it better to place the entire site (example.com) under a single git repository, or would it be wiser to create separate git repos for each