Best practices for Subversion and Visual Studio projects

前端 未结 7 1586
花落未央
花落未央 2020-12-02 04:57

I\'ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that\'s bui

7条回答
  •  抹茶落季
    2020-12-02 05:48

    I would suggest using AnkhSVN - a Subversion source control plugin for Visual Studio 2008/2010.

    You can use it to perform your initial add and commit of the solution, projects and sources to the repository and it won't add any of the build artefacts. It won't add anything that is generated by your build, only files that are referenced by your solution. If there are any other bits and pieces you need that aren't in your solution, you can add them afterwards.

提交回复
热议问题