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

Re: Determining origin of branch

From: Stefan Haller <haller_at_ableton.com>
Date: 2004-03-26 09:55:47 CET

Gary Feldman <gary@memento-inc.com> wrote:

> Having created a branch, how does one determine the revision from which that
> branch was copied?

Opposite question: Given a file on the trunk, how do I determine which
branches branch off of its history, or which tags it has? I guess I
would need to find out all places that this file has been copied to.

With CVS, I would simply do "cvs log -h file" to get this information.

I know I could simply look in my repository's "branches" and "tags"
directories, but this doesn't tell me which of the branches and tags
differ from each other.

Ideally, I would like to be able to view the entire branch/tag history
of a file as a tree, like the one generated by CvsGraph (see
<http://www.akhphd.au.dk/~bertho/cvsgraph/example.png> for an example),
or by WinCVS's Graph command. Some of my co-workers use these features
often enough that it's going to be difficult to persuade them to switch
to subversion if it has no way to do this.

-- 
Stefan Haller
Ableton
http://www.ableton.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 26 09:56:34 2004

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.