Deploying a Website from Subversion

后端 未结 8 1028
春和景丽
春和景丽 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 03:57

    The way I handle it is I use a build tool (such as ant+ivy or maven) to automate the process of checking the code out of subversion, build a artifact, and then deploy to wherever needed.

    I work more on java side, so not familiar with .net tools, perhaps you can use nmaven?

提交回复
热议问题