On Monday 06 March 2006 01:31, Matt McCutchen wrote: > Dear GIT people, > > For the last week or so, I have been looking for a SCM system to hold > many of my projects, some of which are available to the public and > others of which are not. It would be nice if I could use a single large > private repository on my computer with each project in a separate > folder. Not sure why you would want to do this against having lots of smaller repositories - (I have lots of small repositories - its mostly java, and my shared library files have their own repository which is automatically exported to where my projects can access it when I commit to it via a post commit hook - you can see the public version of them on my web site) but ... Create each project on a separate branch of the common repository and ensure only the files you want in each project remains on each branch (and any shared files can exist in all branches). In your "remotes" files you list the branches that you want to push to your public repository. -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference between trust and antitrust. - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html