Deploying a Website from Subversion

后端 未结 8 1026
春和景丽
春和景丽 2021-01-02 03:41

I am new to subversion and am wondering how do you move from develoment to staging then production?

I think I grasp the concept of creating branches made for releas

8条回答
  •  攒了一身酷
    2021-01-02 04:11

    You need some sort of 'deploy' target in your build system that ignores folders named .svn - thats where all of the subversion info lives.

提交回复
热议问题