Kevin Wu wrote:
Hi,
I am new to svn.
I want that every time someone checks in his or her code, the sever can
invoke some tests, which might run on another server.
The svn sever only invokes the tests; it doesn't run them.
Is svn capable of doing this?
You might run some ssh command as a post-commit hook, but you would probably be
better off using something like hudson (http://hudson-ci.org/) which can poll
for changes and run jobs with a more complete cross-platform framework.
--
Les Mikesell
lesmikes...@gmail.com