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???
I have a svn repo with various apps as subdirectory of a single svn repo. That worked because I could have checked out a partial, repo. As I cant do that with git obviously I need multiple repos. I ...