version control - Saving time in SVN post-commit hooks? -


At our workplace, we have begun applying appropriate SVN hooks, "proper" means "checking too many policies". At present, Pearl :: Reviewer Pearl :: Free Checking is enabled in our policy. However, especially in the latter it takes a lot of time that many files are sealed and the SVN post-commit will not return until the hook is over.

Is there any way, I can save some time in the post-cut hook without sacrificing the policy check?

If you only need some reports of errors) then you use the system to post some committed actions Can do for you. This system allows you to take any action after the changes made to your source control system. Example Scenario:

  • Commit to some SVN repository
  • After some time CC found this change and runs the script: Get the latest version from
    • SVN
    • Pearl :: Critics and Pearl :: Dexterity
  • Run checks like if any fails
    • Detailed error report
    • Send me an email notification if necessary

    There are several good continuous interagation systems I like .


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -