We are considering switching our VCS to either git or subversion. I\'d prefer switching to git, but subversion has a nice feature that I don\'t see in git : per directory ac
Try nigit https://github.com/kingsimba/nigit. My team(over 30 people) has been using it for years.
It can manage correlated projects as a whole, by pulling them together, switching branch together, etc. Each project has its own collaborators and permissions.
If someone don't have permission to some source code(subprojects), they can use the compiled binaries.
$ nigit status
=== nigit ===
+ some_new_file
- some_deleted_file
M some_modified_file
? some_untracked_file
=== ncgeo ===
- other_deleted_file
? other_untracked_file