On 4-Jan-08, at 6:11 PM, Ken Liu wrote:
> Andrew,
>
> Fisheye is very different from SmartSVN and TortoiseSVN.   
> TortoiseSVN and and SmartSvn (and Subclipse) are simply GUI svn  
> clients, used for typical svn operations (check out/commit, branch/ 
> merge) on a workstation.
>
> Fisheye is installed on a server, and scans the repository to  
> generate the "minutia".  Some people do find this to be useful  
> (especially for large development teams).   For instance, I like to  
> be able to subscribe to an RSS feed to see a changelog of all  
> repository activity.
There are simpler ways to get this. I have used an XSLT transform on  
'svn log --xml', for example, updated by post-commit hook.
http://www.telegraphics.com.au/svn/svnlog2rss_xsl/trunk/
OTOH, I use FishEye too. :)
https://www.telegraphics.com.au/fisheye/browse/svnlog2rss_xsl/trunk
Go play around here if you want to see how FE works.
https://www.telegraphics.com.au/fisheye/
--Toby
> Fisheye is not a full svn client like TortoiseSvn in the sense that  
> it doesn't support any commit operations, only browsing.  However,  
> the data that it generates is much more sophisticated than what you  
> get from a simple change log.  For instance you can see a graph of  
> # checkins over time.  This would be useful if you had a large  
> development team that was working on several branches  
> simultaneously and were interested in finding out which branch had  
> the most activity.
>
> One differentiating feature of Fisheye is that it integrates with  
> another tool called Crucible, which then provides a web interface  
> to perform code reviews.
>
> Ken
>
>
> On 12/31/07, Reedick, Andrew <jr9445_at_att.com> wrote: Anyone have  
> any informed opinions about SmartSVN versus TortoiseSVN
> versus Fisheye?  From what I can tell, SmartSVN is popular on the Mac
> because TortoiseSVN is Windows only, and Fisheye is TortoiseSVN plus
> data mining (the query language, notifications, stats.)
>
> We already use TortoiseSVN and the Eclipse SVN plug-in, so do SmartSVN
> and Fisheye have any features that make them worth adopting?  (Or have
> features that can't be coded in 5 minutes by parsing 'svn log'?)
>
> I notice that none of them mention support for svnmerge.py (or any  
> other
> kind of merge tracking.)  And it may just be me, but I can't get  
> excited
> about data-mining a SVN repository (defect/ticket/bug tracking is more
> useful than repository statistics/minutia.)
>
>
> *****
>
> The information transmitted is intended only for the person or  
> entity to which it is addressed and may contain confidential,  
> proprietary, and/or privileged material. Any review,  
> retransmission, dissemination or other use of, or taking of any  
> action in reliance upon this information by persons or entities  
> other than the intended recipient is prohibited. If you received  
> this in error, please contact the sender and delete the material  
> from all computers. GA625
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-04 22:44:30 CET