Build on commit with subversion

前端 未结 6 555
北荒
北荒 2020-12-29 16:50

Simple question. I use Visual studio and I\'ve just installed subversion, how can i force the project to be build with msbuild, and if successfully build commit it else warn

6条回答
  •  梦谈多话
    2020-12-29 17:18

    TortoiseSVN has client-side hook scripts which you could use. For example, you could write a script which does the build and only returns true if the build was successful. Then add that script as a pre-commit hook.

提交回复
热议问题