I'm going to migrate our project from svn to git. Now some of the developers work only on a subtree of it. Is it possible in git? To be specific, we one need to be able to: - checkout a subtree of the trunk, change it and commit the changes - without seeing the trunk. A person may not even be granted privileges to read any other part of the trunk.
We are not interested in setting up two different projects. Majority of the developers would like to see the trunk as a whole
Is it possible in git? And how to get it?
Let me also clarify, that we will get rid of SVN completely, we will work solely with git. We even don't bother with git-svn..
Best, Tim