1

I know how to make automatic update on the local working copy, but what if the working copy is in the different hosts?

Is any way to have automatic update with SSH?

2 Answers 2

3

Post-commit hook can execute any action (and ssh to another host with executing in session svn up - too)

Sign up to request clarification or add additional context in comments.

Comments

0

If you're using Windows, TortoiseSVN supports this functionality.

4 Comments

Comment is offtopic since the question explicitly asks for a SSH solution.
@BorislavSabev - your comment is offtopic, because a) TortoiseSVN have client-side post-commit hooks b) in own hook it can connect (using putty, f.e) to remote host and update WC on this host and this way doesn't depend from repository-side hooks
@LazyBadger I am aware of client-side TortoiseSVN hooks but since it seems that the question is for a server-side solution something like "If you were using this and that on that OS" doesn't seem to help a lot, does it?
@BorislavSabev - for me question doesn't seem as "server-side solution" (subversive tag). But I hardly translated question into real question anyway and "as asked so answered"

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.