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

[TSVN] Re: WinCvs Graph Selection equivalent feature?

From: Jens Scheidtmann <Jens.Scheidtmann_at_bayerbbs.com>
Date: 2004-08-12 10:25:08 CEST

"Jacob AtTrimble" <jacobattrimble@hotmail.com> writes:

> The show log feature in TSVN is very neat, but the "graph selection" feature
> in WinCvs 1.2 is even better. Any plans for implementing that in TSVN?
>
> ("graph selection" shows a graphical tree with all revisions of a file,
> across all branches, showing all tags w easy diffing of any two versions)

In addition to what Stefan wrote, branching is done quite differently
in Subversion. Imagine having

trunk
branches
tags

below the top directory of your project and imagine having readme.txt
files in those folders. TSVN would have to search for files with
arbitrary names below branches and tags (to accomodate for renames),
which have a copy ancestor readme.txt. Worse yet: you don't know which
folder to search, as the names are only by convention. So you have to
do an all repository all version search. *shudder*

If I had to implement something like that, I would look into ViewCVSs
cvsdb (which is like bonsai), store copying information somewhere in
the db and adjust cvsgraph, if possible.

Jens

-- 
Jens.Scheidtmann@bayerbbs.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Aug 12 11:35:39 2004

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

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