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

Re: lsvtree?

From: S.Ramaswamy <ramaswamy_at_collab.net>
Date: 2005-04-15 19:51:14 CEST

> I know that subversion isn't intended to compete with clearcase, but in
> clearcase, the "lsvtree" command will provide a textual, (xlsvtree
> provides a graphical), representation of the branching ancestry of an
> element, (ie, a file or directory). Since clearcase branches exist in
> a domain orthoganol to file name but similarly heirarchical to each
> other, this is easy to convey with a simple format akin to "ls -R" or,
> in the case of graphical display, using a simple visual tree
> representation.
>
> What is the svn command for producing this information?

svn doesn't have anything like lsvtree or xlsvtree. There is a script in the
tools/client-side area of the svn source that tries to either graph a node's
history or produces a GraphViz file of a file's branch history. I haven't
tried it myself.

>
> That is, how do I locate all copies of a particular file or directory
> from the command line?

>And what is the command line for determining
> their relationship to each other?

>
> --rich
>
> ---------------------------------------------------------------------
> 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
Received on Fri Apr 15 19:54:24 2005

This is an archived mail posted to the Subversion Users mailing list.

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