English 中文(简体)
贴现许可
原标题:Per-directory permissions on git

我们正在考虑将我们的监控监转换为优惠或颠覆。 我更喜欢转而去做,但颠覆具有一个冰箱,我不见于:每个目录的出入控制。

We currently have project1, project2 repositories in cvs, with different permissions. We d like to have one single repository, with two directories project1 & project2 with different permissions. Is it doable with git as it is with svn ?

我知道可能实现这一点的子模块,但是,我们的目标在于能够做一个单一承诺,改变项目1 &项目2。

We mainly have IP issues, and want to be sure that some people can t read (not just push) some directories. So, is git up for the challenge or will I have to use git-svn ?

增 编

最佳回答
问题回答




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签