Subversion Deployment Workflow for Web Development

I am still learning the basics of subversion, but from the very beginning I had a goal to achieve with the help of this cvs: automation of the site deployment process.

Is there any solution to automate the process of updating a site on a web server?

Thanks!

+3
source share
2 answers

If you order the code on the server, you can create a hook after the commit, which automatically updates the working copy when the commit is made. This is probably only useful if you have a separate deployment branch that you merge into deployment-ready code.

Subversion Questions

+3

script , , Windows.

, , , Developer → Source Control → Dev Server.

Subversion Windows XP/2000/2003

0

Source: https://habr.com/ru/post/1722822/


All Articles