Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion deployment workflow for webdevelopment

Im still learning the basics of subversion but since the beginning i had a goal to achieve with this cvs: automating the site deployment process.

Is there any solution to automate the process of site updates to the webserver?

Thanks!

like image 386
Luis Martins Avatar asked Mar 01 '26 19:03

Luis Martins


1 Answers

If you checkout the code to the server you can create a post-commit hook that automatically updates that working copy when a commit is made. This is probably only useful if you have a separate branch just for deployment, that you merge into the code that is ready for deployment.

Subversion FAQ

like image 56
Leventix Avatar answered Mar 03 '26 21:03

Leventix



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!