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.
根据这些参考文献,您是否拥有所有不同来源代码的单一存放处,或拥有每种来源的存放处(即1个德尔菲存放处、1个 Java和一个网络)。
在一年或一年之内,所有德尔菲法和许多 Java法都将过时。 我认为,把他们放在单独的存放处可能是最佳的出路,因为我们在移徙后需要保留其中的任何一部法典。
因此,我的问题是,对于每种类型的法典,你是否有一个单一的存放处或三个单独的存放处?
Thanks! Leslie