バージョン管理リポジトリをどのように整理しますか?
まず、これについて知っています。社内のソフトウェアプロジェクト用にSubversionリポジトリをどのように編成しますか? 次に、実際の質問:私のチームはリポジトリを再構築しており、それを整理する方法についてのヒントを探しています。(この場合はSVN)。これが私たちが思いついたものです。1つのリポジトリ、複数のプロジェクト、複数のsvn:externals相互参照があります \commonTools /*tools used in all projects. Referenced in each project with svn:externals*/ \NUnit.v2.4.8 \NCover.v.1.5.8 \<other similar tools> \commonFiles /*settings strong name keys etc.*/ \ReSharper.settings \VisualStudio.settings \trash /*each member of the team has trash for samples, experiments etc*/ \user1 \user2 \projects \Solution1 /*Single actual project (Visual Studio Solution)*/ \trunk …