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
精彩评论