I am new to SVN. I want to execute one script when client commit some code. Now i want to copy all updated code from svn server to another server so how to do so any solution ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On server, yes, see the post-commit hook.
On client for the command-line one no, but you can create a wrapper that will take care of it. For Tortoise-SVN yes; in “Settings” there is a “Hook Scripts” tab. For other clients it depends.