You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Haas <dh...@nbstech.com> on 2004/07/22 14:25:21 UTC

Graphical history browser

One feature which the GUI for ClearCase had which was really good, was a graphical history browser which would show you a file (or directory) history with boxes and lines drawn on the screen. I think it used dotted lines for merges.

Is there anything similar out there for Subversion?


David J. Haas
Senior Firmware Engineer
NBS Card Technology
70 Eisenhower Drive
Paramus, NJ 07652
1-201-845-7373 x183
dhaas@nbstech.com

Re: Graphical history browser

Posted by "C. Michael Pilato" <cm...@collab.net>.
"S.Ramaswamy" <ra...@collab.net> writes:

> On Thu, 2004-07-22 at 19:55, David Haas wrote:
> > One feature which the GUI for ClearCase had which was really good, was
> > a graphical history browser which would show you a file (or directory)
> > history with boxes and lines drawn on the screen. I think it used
> > dotted lines for merges.
> >  
> > Is there anything similar out there for Subversion?
> >  
> 
> I was exploring GraphViz (http://www.research.att.com/sw/tools/graphviz/
> ) a while back - it could be used to implement a xclearcase like version
> tree with bubbles etc. IIRC, there is a python binding as well. 

Rock and roll!  Thanks, Ramaswamy.  That's a really cool thing to be
aware of.

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

Re: Graphical history browser

Posted by "S.Ramaswamy" <ra...@collab.net>.
On Thu, 2004-07-22 at 19:55, David Haas wrote:
> One feature which the GUI for ClearCase had which was really good, was
> a graphical history browser which would show you a file (or directory)
> history with boxes and lines drawn on the screen. I think it used
> dotted lines for merges.
>  
> Is there anything similar out there for Subversion?
>  

I was exploring GraphViz (http://www.research.att.com/sw/tools/graphviz/
) a while back - it could be used to implement a xclearcase like version
tree with bubbles etc. IIRC, there is a python binding as well. 

Ramaswamy

>  
> David J. Haas
> Senior Firmware Engineer
> NBS Card Technology
> 70 Eisenhower Drive
> Paramus, NJ 07652
> 1-201-845-7373 x183
> dhaas@nbstech.com
> 
> 
> ______________________________________________________________________
> ---------------------------------------------------------------------
> 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: Graphical history browser

Posted by "C. Michael Pilato" <cm...@collab.net>.
Emmanuel-G BLOT <em...@st.com> writes:

> >>directory) history with boxes and lines drawn on the screen. I think
> >>it used dotted lines for merges.
> 
> red lines, I think.
> 
> >>Is there anything similar out there for Subversion?
> > Nuh-uh.  Not yet.
> 
> BTW, are the 'copy', 'move' and 'merge' operations are kept in the SVN
> repository in a way that a graphical tool could track back the whole
> history of a file ?

We track no merge history (save for the fact that merged adds are done
as copies).  Copy and Move operations can be traced backwards.  See
the 'svnlook history' subcommand, for example.

Note that history can only be traced backwards right now.  So while
you can follow one "tong" of a fork all the way back to the end of the
"handle", you'll have a hard time finding out that there are 4 such
tongs available.

And that's all I have say regarding that bad analogy. :-)

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

Re: Graphical history browser

Posted by Emmanuel-G BLOT <em...@st.com>.
>>directory) history with boxes and lines drawn on the screen. I think
>>it used dotted lines for merges.

red lines, I think.

>>Is there anything similar out there for Subversion?
> Nuh-uh.  Not yet.

BTW, are the 'copy', 'move' and 'merge' operations are kept in the SVN repository in a way that 
a graphical tool could track back the whole history of a file ?


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

Re: Graphical history browser

Posted by "C. Michael Pilato" <cm...@collab.net>.
"David Haas" <dh...@nbstech.com> writes:

> One feature which the GUI for ClearCase had which was really good,
> was a graphical history browser which would show you a file (or
> directory) history with boxes and lines drawn on the screen. I think
> it used dotted lines for merges.
> 
> Is there anything similar out there for Subversion?

Nuh-uh.  Not yet.

(Though I've started much of the dirty work here, as far as the data
manipulation standpoint goes.)

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