VisualSVN and Review Board Integration

The plan is to use the overview pane for SVN projects.

I successfully configured the dashboard on one machine, and VisualSVN Server on another.

This is something that I can’t understand: how can I configure VisualSVN so that every time someone performs an action, depending on the project, a post-review will be submitted to the Review Council?

Many thanks!

+3
source share
1 answer

The good news: it can be done. Bad news: you need to hack something.

Step 1: Download the command line tool after validation and place it on your VisualSVN server.

2: -. . - . , .

3: post-commit VisualSVN:

  • VisualSVN Server
  • ""
  • .
  • , .

    "c:\where-post-review-is -posed\post-review.exe" --revision-range% 2

:% 2 - .

!

+3

All Articles