5

I started using jenkins and now trying to configure it to use websvn for diff and files view. I saw a post that say I have to configure multyviews. but I dont understand exactly what it means and how to work with it after it is configured.

oshai
  • 14,865
  • 26
  • 84
  • 140

1 Answers1

8

The solution was to use websvn2 plugin of jenkins which support the url with parameters

oshai
  • 14,865
  • 26
  • 84
  • 140
  • [The WebSVN2 Plugin](https://wiki.jenkins-ci.org/display/JENKINS/WebSVN2+Plugin) referred to in oshai's solution. – Boinst Sep 18 '12 at 00:35
  • Once the WebSVN2 Plugin is installed, select "WebSVN2" as the repository browser rather than "WebSVN". – Boinst Sep 18 '12 at 00:55