When comparing RhodeCode vs Dash, the Slant community recommends Dash for most people. In the question“What is the best code-snippets manager?” Dash is ranked 19th while RhodeCode is ranked 22nd. The most important reason people chose Dash is:
Download docsets from CocoaDocs.org, RubyGems.org, Maven.org (Java and Scala), Packagist.org (PHP) and GoDoc.org.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro High security
It's open source and it can be installed on your own machine, which gives high security and isolated environment for the codes. Whole application installation is super easy and independent from the Linux distribution.
Pro Supports 3 major version control systems
RhodeCode supports Mercurial, Git and Subversion in a unified way that allows you to do code-reviews and other stuff on each of them.
Pro Centralized user management
User management is centralized around administrators which can give granular permissions to individual users or user groups/. These permissions can be related to allowing contributions, editing, or simply giving read-only access to users.
Pro Powerful and flexible code review
Code reviews can be done via Pull Requests, or simply commit-by-commit. There are voting rules, random reviewers pools, and smart comment invalidation logic. Pull requests are also versioned so it's easy to review partial changes after the author has updated his code.
When you create a Pull-request you can add set of reviewers. They all have to vote and approve the PR. There's some flexibility on how the voting is accepted, it can be majority wins, or all-agree. Good practice is to add BOT accounts like jenkins, that also will vote on the review, based on for example tests run, and can forbid a merge because of a negative vote. In addition users can leave special type of comments that will also prevent merges, aka TODO notes. Once TODOs are resolved a Pull Request can be merged.
Pro Free and Open Source
RhodeCode CE (Community Edition ) is free and open source. Enterprise Edition (EE) adds premium support, corporate authentication. and tool integrations on top of the RhodeCode CE.
Pro Integrates fully with LDAP/AD and others
RhodeCode has auth plugins, now supported include: LDAP, LDAP with user groups, TOKEN, Container auth, PAM
Pro Online editing with preview
Files can be added, modified and deleted from the web interface, including adding directories, and uploading files.
Pro Best in class permission system
RhodeCode have the most advanced Permission system on the market, allowing things like permission inheritance, permission delegation. All comes in a format that doesn't get hard to manage at scale.
Pro Header authentication plugin allows auth delegation to 3rd party systems
The builtin header auth can delegate authentication to other existing systems for further validation chain.
Pro Easy docsets download
Download docsets from CocoaDocs.org, RubyGems.org, Maven.org (Java and Scala), Packagist.org (PHP) and GoDoc.org.
Pro Supports docsets generated using Doxygen
Pro Great fast documentation lookup
Has a handy sublime plugin. Press CTRL-H and it jumps straight to the docs for that object.
Pro Integrates well with a good selection of apps
They provide very useful integration with apps that are very fitting with using Dash's features. Once integrated, you can really get the feel for being a must have part of the app its integrating with.
Pro Great utility app to use for snippets
Snippet apps come in various forms, such as basic snippet (text) containers and added features with text / keyboard utilities to name a couple. This app not only includes this feature, but takes it a bit further than most by adding unique ways to further customize this practice to your own preference.
Pro Easy to create new docsets in case there isn't one that exits already
Gives plenty of guides and information on how to generate a docset.
Cons
Con Hard to maintain and upgrade
The documentation is not very clear and it's hard to troubleshoot if there is a failure.
Con Forced wait time to view docs
If you use the free version you are very often forced to wait 10 seconds to view something you've chosen to look at. If you change apps or lose focus of Dash, it'll start that 10 second timer over again. A real crappy thing to do to your users in order to get them to buy it. Forcing you to waste your time.