开发者

Capistrano + SVN, Merging Branches/Tags and Deploying

We are finding that merging using tortise SVN is slow and cumbersome, we've also recently started using capistrano (capify) to deploy to development.

Is ther开发者_JAVA技巧e a way to merge revisions to a branch and automatically deploy to another environment if needed?

Thanks


We had also problems with branches merging and long deploys on svn, it speed up after switching to git.

Regarding automatic merging and deploy that might be hard task, maybe easier would be using another branch with:

cap -S branch=my_branch deploy
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜