[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: Dominic Anello <danello_at_danky.com>
Date: 2006-03-23 21:31:37 CET

On 2006-03-22 21:14:42 +0100, 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

If you want the output to be super concise, you can do this:
[~src/5.0.0.0]$ svn log -r 1:HEAD --stop-on-copy -v -q --limit 1
------------------------------------------------------------------------
r5681 | danello | 2006-01-16 14:00:22 -0500 (Mon, 16 Jan 2006)
Changed paths:
   A /branches/eCommerce/5.0.0.0 (from /branches/eCommerce/4.10.0.0:5680)
------------------------------------------------------------------------

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