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

Re: Getting log for all branches

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-01 22:02:18 CEST

On Thu, 2004-04-01 at 13:30, andy.glew@amd.com wrote:

> By comparison, "cvs log" reports info for all branches
> and revisions that are under CVS control. This
> is helpful, because it allows you to find branches
> you may want to recover code from.

That's because of the way svn branching works: you make a copy. At the
moment, there's no way to ask svn: 'given this file, show all copies
ever made of it." It's a brute-force search at the moment.

> Q: is there a way to get *all* branches, versions,
> and tags for a file mentioned in the log?

Nope. As a pseudo-hack, you can run 'svn log -v' on a URL that
represents the root of the repository, and then grep for the filename,
assuming the filename never changed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 22:03:37 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.