Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Web based reports, statistics and browsing of Subversion repositories at Google Code
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Grenade  
View profile  
 More options Nov 25 2007, 4:26 am
From: Grenade <rthijs...@gmail.com>
Date: Sun, 25 Nov 2007 01:26:35 -0800 (PST)
Local: Sun, Nov 25 2007 4:26 am
Subject: Web based reports, statistics and browsing of Subversion repositories at Google Code
Hi everyone,

I am interested in creating better visibility around what open source
projects are available at Google code with an aim to getting more
developers collaborating on their project efforts, instead of everyone
reinventing the wheel all the time.

Lot's of similar projects on Google Code seem to have only one
contributor.

To this end I have started my own wheel reinvention :) with
http://www.subversionreports.org/ and http://subversionreports.googlecode.com/
where you can browse any Google code subversion repository.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Quirky  
View profile  
 More options Nov 25 2007, 6:55 am
From: Quirky <richard.qu...@gmail.com>
Date: Sun, 25 Nov 2007 03:55:28 -0800 (PST)
Local: Sun, Nov 25 2007 6:55 am
Subject: Re: Web based reports, statistics and browsing of Subversion repositories at Google Code

On Nov 25, 10:26 am, Grenade <rthijs...@gmail.com> wrote:

> Hi everyone,

> I am interested in creating better visibility around what open source
> projects are available at Google code with an aim to getting more
> developers collaborating on their project efforts, instead of everyone
> reinventing the wheel all the time.

> Lot's of similar projects on Google Code seem to have only one
> contributor.

> To this end I have started my own wheel reinvention :) withhttp://www.subversionreports.org/andhttp://subversionreports.googleco...
> where you can browse any Google code subversion repository.

This is a great idea!

Ideas for improvements:
* show diffs
* show the commit message as sent on the detailed view - currently it
eats new lines.
* tags/branches should show where they came from

Really a SVN viewer should be part of the googlecode set up, rather
than the poor man's web view that is currently available at
project.googlecode.com/svn. The ViewVC issue, milestone 2007, has the
most votes but there's been no news... so nice to see somebody is
actually fashioning a wheel of some kind here :-) I actually use git
as the svn client to browse my code base history, but an online
version is sorely needed.

Not sure why, but my 561-revision project took rather a long time to
display the first page, then Browse didn't show (loading "for ever", I
gave up after a few minutes waiting). I assume it's because it was
parsing stuff "since the dawn of man".

Also, I managed to get this error message when I opened a new tab to
the root page:

"""
Server Error in '/' Application
Object reference not set to an instance of an object

Description: Error processing request.

Error Message: HTTP 500. System.NullReferenceException: Object
reference not set to an instance of an object

Stack Trace:

System.NullReferenceException: Object reference not set to an instance
of an object
  at
System.Web.SessionState.SessionInProcHandler.SetAndReleaseItemExclusive
(System.Web.HttpContext context, System.String id,
System.Web.SessionState.SessionStateStoreData item, System.Object
lockId, Boolean newItem) [0x00000]
"""

Still, keep up the good work!

regards,
Richard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Collins-Sussman  
View profile  
 More options Nov 25 2007, 7:39 am
From: "Ben Collins-Sussman" <suss...@google.com>
Date: Sun, 25 Nov 2007 04:39:26 -0800
Local: Sun, Nov 25 2007 7:39 am
Subject: Re: Web based reports, statistics and browsing of Subversion repositories at Google Code
The irony, of course, is that you've gone and reinvented the wheel
yourself.  This is at least the 3rd such tool I've seen which does
this, and even stock ViewVC can browse remote repositories!  And soon
googlecode itself will have the functionality built-in anyway.  ;-)

Still, very attractive.

On 11/25/07, Grenade <rthijs...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Grenade  
View profile  
 More options Nov 26 2007, 5:38 am
From: Grenade <rthijs...@gmail.com>
Date: Mon, 26 Nov 2007 02:38:34 -0800 (PST)
Local: Mon, Nov 26 2007 5:38 am
Subject: Re: Web based reports, statistics and browsing of Subversion repositories at Google Code
Cheers Ben for your comments, I probably didn't look at ViewVC based
on my complete lack of Python skills. I realise that what I've built
exists in other applications but I needed the ability to allow a zero-
configuration, point at any svn repo, app. I'm not aware of any web
based tools that allow this, but there's lots of things I'm not aware
of :)

I'm also hoping/trying to beat Google Code to solving this problem.
It's one of those nerdy quests to solve a problem before someone with
more money does. --Maybe they'll offer me a job...

/rob

On Nov 25, 12:39 pm, "Ben Collins-Sussman" <suss...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Grenade  
View profile  
 More options Nov 26 2007, 5:38 am
From: Grenade <rthijs...@gmail.com>
Date: Mon, 26 Nov 2007 02:38:55 -0800 (PST)
Local: Mon, Nov 26 2007 5:38 am
Subject: Re: Web based reports, statistics and browsing of Subversion repositories at Google Code
Thanks for your comments! I will try to get your improvement
suggestions implemented.

The initial load time is down to the fact that subversionreports.org
is hosted on a virtual server with 64 megs of ram. The first time a
repository is viewed it has to request the entire log (which it then
caches...) this takes a while if the network is bogged down, perhaps I
should have an ajax status bar or something...

Also, as you pointed out, error handling isn't very pretty yet.

Cheers,

/rob

On Nov 25, 11:55 am, Quirky <richard.qu...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »