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

Re: How to display changes between "tags"?

From: Corey Jewett <cjewett_at_mobliss.com>
Date: 2005-07-28 19:27:29 CEST

If you know the old and new revision numbers the verbose flag on the
log command will also spew all the changed files per revision.

svn log -v -r 108:114 <repo_url>

Corey

On Jul 27, 2005, at 5:46 PM, Ed Hillmann wrote:

> We've recently switched our source code repository
> from CVS to SVN (yay). We have a process in place
> which automates how we cut releases. Part of that
> process had used the Ant task "cvstagdiff", which
> given a start tag and an end tag, lists the changed
> files.
>
> Is there a way to get this information between two
> directories? I've already got our process set up to
> create the new directory in the /tags directory in the
> repository. And I know the last tag. So I'd be
> comparing differences between /tags/<last_tag> and
> /tags/<new_tag>.
>
> svn diff seems to present the actually changes, which
> is not exactly what I want. What I'd like is just a
> list of files that were added, modified or deleted
> between two tags. Is this possible?
>
> Thanks for any help,
> Ed
>
>
>
> ____________________________________________________
> Do you Yahoo!?
> Exclusive 'King Kong' Trailer from the maker of 'The Lord of the Rings'
> http://au.movies.yahoo.com/promo/king_kong.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 19:29:58 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.