Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionEdited 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 solut开发者_JS百科ion 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.
How about rietveld. Have you checked that out?
- http://code.google.com/appengine/articles/rietveld.html
There is a public instance of rietveld running at
- http://codereview.appspot.com/
[Edit: Another promising web based diff viewer]
- http://developer.spikesource.com/wiki/index.php/Projects:JSBlend
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.
According to the FAQ on reviewboard they are going after pre-commit after 1.0 release. http://www.reviewboard.org
Winmerge
精彩评论