Best Practice: Collaborative Environment, Bin Directory, SVN

后端 未结 5 1204
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 19:40

What are the best practices for checking in BIN directories in a collaborative development environment using SVN? Should project level references be excluded from checkin?

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 20:31

    Is this a .Net specific question?

    Generally the best practice is to not check in anything which is built automatically from files that are already in SCM. All of that is ideally created as part of your automatic build process.

    If the bin directory you're referring to contains third-party binaries, rather than a build of your project, ignore (downvote?) this advice.

提交回复
热议问题