English 中文(简体)
通过SVN管理基础设施规范
原标题:Managing infrastructure code via SVN
  • 时间:2011-06-21 05:39:19
  •  标签:
  • svn

We are 4 developers (.Net if it matters) that share the project s code via SVN. The problem we re facing is how to manage infrastructure code via the SVN The problem: We have infrstructure solution that is downloaded automatically from the SVN compiled and build (We have abuild server that responsible for downloading the sln and build it) all the applications that are using the infrastructure responsible to copy the last build of the infrastructure s DLL from the build server (when the application is built via script eference). Now when we version ("branching") each application we need to version also the infrastructure s code (In order to use the infrastructure code that the application used when it was "branched"). Is there a way to "connect" the branched application with it s corresponding infrastructure s branch They both exsits on the svn s server???

问题回答




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

热门标签