FishEye is a great piece of software. It is web based repository browser from Atlassian which integrates nicely with other products from this company like JIRA, Crucible, Bamboo etc.
FishEye scans continuously pools repository for new changes and index new revisions when they are available. There is a pooling delay you can configure separately for every repository, in other words there always will be some gap between new commit made and revision got indexed by FishEye. In most cases it should be ok, but sometimes you may need instant repository update after new commit. For example if you are sending notification emails containing link to revision diff in FishEye.
FishEye comes with fisheyectl command line tool which may be used for forcing repository update. If you use Subversion to achieve instant repository update you need to add following line into hooks/post-commit script:
fisheyectl.sh scannow REPOSITORY_NAME
Please note that REPOSITORY_NAME is the name specified in FishEye repository details.