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

2

20

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.

Creepie answered 8/10, 2012 at 7:47 Comment(3)
This is absurd. Almost every question I find useful, including this one, has been closed as not constructive. – Lathing
VisualSVN Server has file & folder finder in the web interface. See this twitter.com/visualsvn/status/1215264724591443970 – Dismuke
Worth noting that Fisheye entered basic maintenance mode: confluence.atlassian.com/fisheye/… – Departmentalize
M
7

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
Meniscus answered 31/10, 2012 at 9:32 Comment(2)
As of 2018, the website seems to be gone πŸ˜”. – Compunction
@UweKeim: replaced the link to the last active archive.org snapshot :) – Meniscus
M
2

If PHP do not cause rejection from the first steps, you can see at WebSVN, feature-list is not much different from Sventon

Monastic answered 31/10, 2012 at 14:34 Comment(2)
Seems to have no updates since 2011. – Compunction
Updated fork of WebSVN: websvnphp.github.io – Stomacher

© 2022 - 2024 β€” McMap. All rights reserved.