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

Re: How to know from which revision a tag is copied?

From: Nick Thompson <nickthompson_at_agere.com>
Date: 2006-03-23 13:48:01 CET

On Wednesday 22 March 2006 20:14, Jacob Atzen wrote:
> On Wed, Mar 22, 2006 at 02:18:49PM +0800, Gary Shi wrote:
> > For example, after I issue "svn cp
> > http://localhost/svn/project/trunk
> > http://localhost/svn/project/tags/release-1.0" and after some
> > while, how can I tell from which revision that tag branch is
> > created? I can check the output of "svn log" but is there a
> > single command?
>
> svn log --stop-on-copy

I think you might want to add the -v flag to that, which forces the
log output to show the source of the copy and the revision of the
source that was used.

On its own, the --stop-on-copy option only reveals which revision the
copy was created in, which is not the same thing at all.

HTH,

-- 
> Nick Thompson
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 23 13:49:54 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.