Note that there are some explanatory texts on larger screens.

plurals
  1. PO.net solution subversion best practices?
    text
    copied!<p>There are so many examples of how to set up your dotnet projects but none seemed to fit our situation.</p> <p>We have one solution with multiple applications, multiple dependencies. We're on SourceSafe currently and are planning to move to subversion but are finding it difficult to organize our source the right way.</p> <ul> <li><p>Example solution</p> <ul> <li>App1</li> <li>App2</li> <li>BizObjects</li> <li>DataAccess</li> <li>CustomControls</li> </ul></li> <li><p>Dependencies </p> <ul> <li>BizObjects->DataAccess</li> <li>App1->CustomControls</li> <li>App1->BizObjects </li> <li>App1->DataAccess</li> <li>App2->CustomControls</li> <li>App2->BizObjects</li> </ul></li> </ul> <p>We also have a configuration management system which deploys (via copy from the database) depending on which workload the operator is working. We mark an application "release" with a version and to that release, we add multiple file dependencies. Bear in mind the solution we have in place now is an attempt to band-aid the old (windows 3.1 developed) solution to work with .NET file/dependency structure.</p> <p>In the case of App1, we have App1.exe, BizObjects.dll, DataAccess.dll, and CustomControls.dll. We have the same set of dependencies for App2 due to BizObjects referencing DataAccess -- but this is defined manually. We don't have a system in place to identify the dependency tree. </p> <p>Each of the dependencies for a "release" is a file and version id. And the same application could contain different versions of each file for a different workload.</p> <ol> <li>Where in the world have we gone wrong? Did we go wrong?</li> <li>How can we structure an svn source tree to accommodate the deployment requirements? <ul> <li>or</li> </ul></li> <li>how can we restructure the code the better support a deployment strategy which makes sense for our setup?</li> </ol> <p>We have an old and over-engineered solution to (it would seem) a relatively simple problem. Can anyone steer me/us in the right direction?</p> <p>edit: I read <a href="https://stackoverflow.com/questions/3667/what-is-your-favorite-web-app-deployment-workflow-with-svn">this</a> question and remembered we also have the same dev/test/prod areas which the code must move through.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload