You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Matt Quail <ma...@cenqua.com> on 2005/09/06 09:26:21 UTC

[ANN] FishEye 1.1, now with Subversion support!

Cenqua is proud to announce the public availability of Subversion  
support in FishEye (currently in beta).

You can now get from your Subversion repository what FishEye has been  
providing for CVS: easy navigation, powerful search, historical  
reports, advanced file annotation and diff, change-set analysis, RSS  
feeds, and integration with your issue tracker.

Subversion-specific features in this beta of FishEye include:
* support for the Subversion network protocols, so FishEye can run on  
a separate server to your repository
* understanding of the branch/tag structure of your repository,  
promoting your Subversion tags and branches to full first-class  
citizens.

Download a free, fully functional evaluation version:
  http://www.cenqua.com/download.jspa

Read more about Fisheye features:
  http://www.cenqua.com/fisheye/

Play with the online demo:
  http://fisheye.cenqua.com/

We happily support Open Source software and invite Open Source  
projects to apply for a free license for Fisheye:
  http://www.cenqua.com/freelicenserequest!default.jspa

Regards,
The Cenqua Team


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [ANN] FishEye 1.1, now with Subversion support!

Posted by Matt Quail <ma...@cenqua.com>.
Hi Moisei,

Depending on the size of some of your revisions, FishEye can use a  
bit more memory (than the JVM's default of 64m). Can you try setting  
this before running FishEye:

export FISHEYE_OPTS=-Xmx256m

If you have any further problems, feel free to send them to fisheye- 
support@cenqua.com as they may be a little off-topic for the svn-user  
list.

=Matt

On 08/09/2005, at 10:03 PM, Moisei wrote:

> Hi,
> it looks very nice.
> I have a question whether it is planned to scale to the middle-size
> source code repositories?
> I am working on the repository that contains ~50000 files in the
> trunk with 4-5 branches (we use the stable-branches model)
> I did not manage to have fisheye functional - it always
> crashes on out of memory exception.
>
> -- 
> Best Regards,
> Moisei
>
> 2005/9/6, Matt Quail <ma...@cenqua.com>:
>
>> Cenqua is proud to announce the public availability of Subversion
>> support in FishEye (currently in beta).
>>
>> You can now get from your Subversion repository what FishEye has been
>> providing for CVS: easy navigation, powerful search, historical
>> reports, advanced file annotation and diff, change-set analysis, RSS
>> feeds, and integration with your issue tracker.
>>
>> Subversion-specific features in this beta of FishEye include:
>> * support for the Subversion network protocols, so FishEye can run on
>> a separate server to your repository
>> * understanding of the branch/tag structure of your repository,
>> promoting your Subversion tags and branches to full first-class
>> citizens.
>>
>> Download a free, fully functional evaluation version:
>>   http://www.cenqua.com/download.jspa
>>
>> Read more about Fisheye features:
>>   http://www.cenqua.com/fisheye/
>>
>> Play with the online demo:
>>   http://fisheye.cenqua.com/
>>
>> We happily support Open Source software and invite Open Source
>> projects to apply for a free license for Fisheye:
>>   http://www.cenqua.com/freelicenserequest!default.jspa
>>
>> Regards,
>> The Cenqua Team
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [ANN] FishEye 1.1, now with Subversion support!

Posted by Moisei <mo...@gmail.com>.
Hi,
it looks very nice.
I have a question whether it is planned to scale to the middle-size 
source code repositories?
I am working on the repository that contains ~50000 files in the
trunk with 4-5 branches (we use the stable-branches model)
I did not manage to have fisheye functional - it always 
crashes on out of memory exception.

-- 
Best Regards,
Moisei

2005/9/6, Matt Quail <ma...@cenqua.com>:
> Cenqua is proud to announce the public availability of Subversion
> support in FishEye (currently in beta).
> 
> You can now get from your Subversion repository what FishEye has been
> providing for CVS: easy navigation, powerful search, historical
> reports, advanced file annotation and diff, change-set analysis, RSS
> feeds, and integration with your issue tracker.
> 
> Subversion-specific features in this beta of FishEye include:
> * support for the Subversion network protocols, so FishEye can run on
> a separate server to your repository
> * understanding of the branch/tag structure of your repository,
> promoting your Subversion tags and branches to full first-class
> citizens.
> 
> Download a free, fully functional evaluation version:
>   http://www.cenqua.com/download.jspa
> 
> Read more about Fisheye features:
>   http://www.cenqua.com/fisheye/
> 
> Play with the online demo:
>   http://fisheye.cenqua.com/
> 
> We happily support Open Source software and invite Open Source
> projects to apply for a free license for Fisheye:
>   http://www.cenqua.com/freelicenserequest!default.jspa
> 
> Regards,
> The Cenqua Team
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: [ANN] FishEye 1.1, now with Subversion support!

Posted by Matt Quail <ma...@cenqua.com>.
> One remark, it seems while scanning the repository your program does
> not handle the revision author/date == null situation

Ah, thanks for those pointers.

> This makes it a bit useless for our repositories now, but I'm sure  
> you'll
> get it fixed soon :)

Indeed! It will be fixed for the next release :D

=Matt


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [ANN] FishEye 1.1, now with Subversion support!

Posted by Lieven Govaerts <lg...@mobsol.be>.
Hi Matt,

I installed it here on a test repository, looks very nice.

One remark, it seems while scanning the repository your program does
not handle the revision author/date == null situation:
java.lang.NullPointerException
        at
com.cenqua.fisheye.svn.SvnChangeSet.<init>(FishEye-1.1-beta1-build-104:41)
...

Read these threads on this list for more info:
http://subversion.tigris.org/servlets/BrowseList?list=dev&by=thread&from=352877
http://svn.haxx.se/dev/archive-2005-08/0286.shtml

This makes it a bit useless for our repositories now, but I'm sure you'll
get it fixed soon :)

Lieven.

Citeren Matt Quail <ma...@cenqua.com>:

> Cenqua is proud to announce the public availability of Subversion
> support in FishEye (currently in beta).
>
> You can now get from your Subversion repository what FishEye has been
> providing for CVS: easy navigation, powerful search, historical
> reports, advanced file annotation and diff, change-set analysis, RSS
> feeds, and integration with your issue tracker.
>
> Subversion-specific features in this beta of FishEye include:
> * support for the Subversion network protocols, so FishEye can run on
> a separate server to your repository
> * understanding of the branch/tag structure of your repository,
> promoting your Subversion tags and branches to full first-class
> citizens.
>
> Download a free, fully functional evaluation version:
>   http://www.cenqua.com/download.jspa
>
> Read more about Fisheye features:
>   http://www.cenqua.com/fisheye/
>
> Play with the online demo:
>   http://fisheye.cenqua.com/
>
> We happily support Open Source software and invite Open Source
> projects to apply for a free license for Fisheye:
>   http://www.cenqua.com/freelicenserequest!default.jspa
>
> Regards,
> The Cenqua Team
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [ANN] FishEye 1.1, now with Subversion support!

Posted by Matt Quail <ma...@cenqua.com>.
> Well, I'd say 3 words here: I am _impressed_ ! You fished my eyes!

*grin* thanks :)

> However, I couldn't find anywhere a subversion demo...
> Is there any project under subversion that has fisheye frontened?

The open-source projects run by Jive Software can be seen in their  
FishEye instance:

http://www.jivesoftware.org/fisheye/viewrep/svn-org

>
> Kalin.
>
> P.S. One of the few products that cost $1500 and looks worth it...


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [ANN] FishEye 1.1, now with Subversion support!

Posted by Kalin KOZHUHAROV <ka...@thinrope.net>.
Matt Quail wrote:
> Cenqua is proud to announce the public availability of Subversion  
> support in FishEye (currently in beta).
> 
> You can now get from your Subversion repository what FishEye has been  
> providing for CVS: easy navigation, powerful search, historical  
> reports, advanced file annotation and diff, change-set analysis, RSS  
> feeds, and integration with your issue tracker.
> 
> Subversion-specific features in this beta of FishEye include:
> * support for the Subversion network protocols, so FishEye can run on  a 
> separate server to your repository
> * understanding of the branch/tag structure of your repository,  
> promoting your Subversion tags and branches to full first-class  citizens.

Well, I'd say 3 words here: I am _impressed_ ! You fished my eyes!

That was the first time I heard about FishEye and I played a lot with the live repositories
and looked trough the demo (nice call-outs :0) and the quite clean HTML source.

> Play with the online demo:
>  http://fisheye.cenqua.com/
Do it! I did it.

> We happily support Open Source software and invite Open Source  projects 
> to apply for a free license for Fisheye:
>  http://www.cenqua.com/freelicenserequest!default.jspa
Will have a look at that at some later point, for now I have to work mainly closed source :-(

However, I couldn't find anywhere a subversion demo...
Is there any project under subversion that has fisheye frontened?

Kalin.

P.S. One of the few products that cost $1500 and looks worth it...

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org