How to perform automatic Update on Multiple Servers while peforming commit on svn?

Manish Goyal

Manish Goyal

@manish-r2Hoep Oct 21, 2024
I want to perform automatic update on multiple servers automatically as soon as i commit changes on my code

More specifically

I have multiple instances of my code and i want to update them all as soon i commit changes on my code

Project is based on PHP

How can i do this?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Dec 22, 2011

    Which SVN are you using? Subversion or GitHub?
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Dec 22, 2011

    I was using subversion

    Btw this issue has been fixed now , I had to modify my post-commit hook script i.e present in hook folder
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Dec 22, 2011

    goyal420
    I was using subversion

    Btw this issue has been fixed now , I had to modify my post-commit hook script i.e present in hook folder
    That's awesome!