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

Re: Newbie from CVS: Issue checking out from tag

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-09-27 18:10:34 CEST

>>>>> "Michael" == Michael Caplan <michael.caplan@htc.ca> writes:

 Michael> Wow! Thanks for the really fast replies from all of you!
 Michael> What you all mentioned makes good sense, but the issue I am
 Michael> still trying to get my head around is identifying tags from
 Michael> branches.

 Michael> In my case, the RELEASE_3_3_2_BUILD_2 tag was done on a
 Michael> branch (RELEASE_3_3_MAINT). How can I identify where a tag
 Michael> comes from (trunk or branch)?

Look at the log (easiest is to say svn log --stop-on-copy. For a tag
that should give you exactly one item, which is the svn copy that
created the tag). svn log -v will show you the path actions. That
should be an svn copy, and the log will show you the source path.

       paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 27 18:18:27 2005

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.