複数のプロジェクトを含むVisual Studioソリューションをレポに追加するのに苦労しています。私はVisualSVNを使用しています。ここに私のディレクトリ構造SVNに複数のプロジェクトを含むVisual Studioソリューションを保存する
c:\-----
|
---Projects
|
--MyApp
|
---Project1 (The solution is in this project directory)
---Project2
---Project3
"MyApp"を作業コピーのルートとして選択すると、何も追加されません。プロジェクトフォルダの1つを選択すると、2つだけ追加されます。
dev
|- Project root folder (solution file here is the key)
|- Class Project
|- Class Project
|- Web Project
|- References
|- Resources
私は何を示唆していますが、あなたがトップレベル、インポートにあなたの.slnファイルを移動しなければならないことである。
http://amadiere.com/blog/2009/06/multiple-subversion-projects-in-one-visual-studio-solution-using-svnexternals/ – GGGforce