Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバーに精通していない人に、svn に入れたい Web ページで作業してもらいます。
サーバーにアクセスしてコードを更新する必要がないように、コミット メッセージに基づいてコードを自動的に更新したいと考えています。(例: "BUILD_TEST" または "BUILD_PROD")
svnlook を使用してメッセージを判別し、適切なサーバーに ssh して svn update を実行するポストコミット フックを用意するのが最善の方法でしょうか?