I have a project that I'm working on right now, and I'm going to make open source, but I definitely want to keep it closed. Inside this project, I have a kind of subproject that I want to publish, so any user can access it / fork.
So here is what I want:
Mercury SCC with:
Repo 1: All files from /dir/project/- Private repo, username / password is required to pull / push / fork / browse, etc.Repo 2: some files from /dir/project/stuff- public repo, but username / password is required to change.
How can i do this? Is there a better way to do this? I use my Linux sharing environment to do this, so what is a symlink to a better idea?
I am open to all suggestions, thanks, some more HG newbies.
source
share