Is it acceptable/good to store binaries in SVN?

后端 未结 15 1440
面向向阳花
面向向阳花 2020-12-04 21:34

We would like to share runtime project binary files. So every team member could take current working version. It is acceptable/good to store runtime binaries in the SVN?

15条回答
  •  粉色の甜心
    2020-12-04 22:28

    At least I store the binaries in the SVN, this way I can quickly revert to the particular version binary and see whether the bug was happening in it or not and trace the version, where the bug was introduced, rather then checking out the whole project, set up all the particular project related and environment settings, and then compile it.

提交回复
热议问题