/source/application/controller ( visible )
/source/application/models ( visible )
/source/application/views ( visible )
/source/framework ( not visible )
can we somehow do like this at github or in any git sites ? svn ? or maybe other SCM ?
/source/application/controller ( visible )
/source/application/models ( visible )
/source/application/views ( visible )
/source/framework ( not visible )
can we somehow do like this at github or in any git sites ? svn ? or maybe other SCM ?
You could do this using Git by using the submodule support. You could create a repository for "application", and make that public. Then create a repository containing that, and set up "application" as a submodule. If you don't make the outer repository public, then it's effectively private.