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

Re: list all tags/branches a for an arbitrary file(s)/dir(s)

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-03 11:54:12 CEST

On May 3, 2006, at 04:45, Philip M. Gollucci wrote:

> The functionality I'm missing is equivalent to
> cvs log path/to/file
> or
> cvs status -v path/to/file
>
> This tells me EVERY tag/branch for this file and the "cvs revision"
> it occured on.
>
> From what I gather on this list archives, and Google, this can not
> be done ?

I haven't really used CVS, but I gather that in CVS, a tag or branch
is a property of a file, and therefore this operation makes sense.
(Show me all values of this file's tag / branch property.) In
Subversion, however, tags and branches are represented as completely
ordinary directories with no special meaning other than the one you
assign mentally. So in Subversion, files are elements of a directory
-- elements of a branch or tag -- and so the same operation can't be
done that way...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 3 11:55:23 2006

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.