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

Re: How can I find out the difference between 2 tags in subversion

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-14 00:47:48 CET

On Jan 13, 2007, at 17:31, ying lcs wrote:

> If I have tagged a trunk of subversion with one name and check in some
> other files,
> and then tagged it with a different name, how can I find out what
> files are different between 2 tags?

I believe you want

        svn diff --summarize URL_OF_TAG_1 URL_OF_TAG_2

The --summarize option is available as of Subversion 1.4.0.

--

To reply to the mailing list, please use your mailer's Reply To All
function

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 14 00:48:10 2007

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.