Search code examples
svndiffpre-commit

Can anyone recommend a pre-commit web based diff viewer for subversion?


Edited to make my requirements a little more clear

I would love to find a decent web viewer similar to Trac's changeset page: http://trac.edgewall.org/changeset/10173. The only catch is that I need it to be pre-commit. These are for small changes that don't justify a branch/merge. Anyone know of such a tool?

Must have:

  • Must be pre-commit
  • Must have a solution for each platform: Linux, Mac and Windows

Nice to have:

  • Run it hot. What I mean by that is to have the ability to run it locally showing the modifications in my current working dir. To be able to svn st | diffwebclient would be +1.

Solution

  • Atlassian's FishEye togetger with Crucible has a feature allowing you to view a diff. Also it lets you do a code review at the same time.