English 中文(简体)
如何在使用SVN的项目内保护多个单元的编码检查
原标题:How to protect checkout of code for multiple modules within a project using SVN
  • 时间:2010-07-26 05:38:24
  •  标签:
  • svn

我们根据一项项目,有多个独立单元(如:单元1、单元2、单元3......)。 如何在使用SVN的项目内保护多个单元的编码检查。

我们希望用户1能够进入Proj1/mod1和用户2,以图j1/mod2和......。 这样做是可能的,还是我必须建立多个项目。

最佳回答

颠覆的目的是让不同的人能够从事同样的项目。 监察组更新了多个工作环境的变化。

在颠覆活动中,你必须进行双倍检查。 我们不能检查单个来源模块。 你们必须把 mo1、 mo2、 mo3等放在单独的夹中。

问题回答

暂无回答




相关问题
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 ...

热门标签