[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-dev] GSoc - Revision Graph

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 18 Mar 2008 21:44:04 -0700

On Tue, Mar 18, 2008 at 1:56 AM, Amit Surana <amitsurana1_at_gmail.com> wrote:

> I read the idea "revision graph" posted in GSoc page.
> I need more details regrading this.
> I am a CS engineering student from India. having worked on Eclipse EMF &
> GMF, I did like the idea.
> AFAI understood subclipse need a "revision graph" tool that will
> graphically represent details of every folder/file with appropriate commit
> dates, committers, time stamp, etc

Thanks for expressing interest. A lot of us are at EclipseCon this
week, so do not have a lot of time for email. The best thing would be
to look at the feature in TortoiseSVN as an example. Basically, it is
sort of showing the history for a selected folder/file, with the
exception that it is showing you things that History does not show,
such as branches and tags that have been created, and then the history
on those locations. Ideally it would also show the merges that
occurred between these paths, but that would really be a secondary
feature that could come later.

The hard part of this task is really that Subversion does not have
this information readily available. When you make a branch from trunk
in SVN, trunk does not know about the branch. So something needs to
be done to figure out that information.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-03-19 05:44:10 CET

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.