All - I have read several posts here about svn repositories layout best practices and unfortunately none of them have helped me decide what route is best for us, so I would like to ask for your opinion on how you would structure a repository based on this information:
- Moving forward most of our code will be developed in C# and be .NET applications.
- Our previous web development was done in Java.
- We have some REALLY old programs developed in Delphi that are not modified much and when we move to our new case management system all the Delphi applications will be obsolete.
Based on these bits of information would you have a single repository for all the different source code or have a repository for each type of source (ie one Delphi repository, one Java and one .NET)?
Remember, in a year or so all the Delphi code and a lot of the Java code will be obsolete. Which makes me think having them in separate repositories might be the best way to go since we won't be needing to keep any of that code after our migration.
So, my question is basically would you have a single repository or 3 separate ones for each type of code?
Thanks! Leslie