Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good alternative to Atlassian's FishEye? [closed]

Tags:

I'm a big fan of FishEye, unluckily I'm bound to a commercial project and FishEye is simply not in budget. Are there any good alternatives, which have the same features? the SCM-backend is an subversion-repository.

like image 369
Robert Heine Avatar asked Oct 08 '12 07:10

Robert Heine


People also ask

What is Atlassian Fisheye and Crucible?

Both Crucible and Fisheye are Atlassian products. Fisheye allows you to extract information from your source code repository and display it in sophisticated reports. Crucible allows you to request, perform and manage code reviews. Both of these products can run in isolation.

What is fisheye software used for?

Fisheye is a tool used for tracking, searching, and visualizing changes to your code base. You can setup graphical representations for code activities, compare changes side-by-side or with unified diffs, and track the entire process using activity streams.


1 Answers

Update 2015: Sventon is d(ead|ormant), but it's still available at it's final resting place on github.

A non-commercial alternative to Fisheye is the open-source project Sventon (link to last active snapshot on archive.org). I have by now given it a short test install and was pretty amazed by how fast you can set it up. It's just a .war-file to drop in a Tomcat 6 container. Still haven't got around to do much with it, though, but it looks quite promising and is really fast.

Here's the feature-list from their homepage:

  • Browse and download directories and files
  • Source code syntax highlighting for many languages, including Java, HTML, XML, C, Groovy, Pascal/Delphi, VisualBasic, C#, and JavaScript.
  • View logs and blame individual files
  • Diff your repository files, or view their properties
  • Show differences between paths.
  • Support for multiple repositories
  • Several authentication methods supported, including user based
  • Integrates with JIRA, Hudson, Luntbuild and TortoiseSVN
  • Easily keep track of changes using the 'latest commit' feature
  • Lightning fast search for instantly finding files or log messages, including CamelCase Search
  • Flattening of directory structures for quickly finding the directory you're looking for
  • Browse inside archive files
  • View thumbnails of image files stored in the repository
  • Commit notifications via e-mail
  • Context sensitive RSS feed support
  • Instantly find locked files in the repository
  • Convenient tray for handling entries
like image 72
zb226 Avatar answered Dec 16 '22 06:12

zb226