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

Fwd: How to display changes between "tags"?

From: Ed Hillmann <edhillmann_at_yahoo.com>
Date: 2005-07-28 03:41:44 CEST

OK, I think I've got it now. svn merge isn't a great
fit, because it required my old tag to have been
checked out to get an accurate list.

But, I've since looked at svn diff
<url>/tag/<last_tag> <url>/tags/<new_tag>

It does give me more than I want. But I can filter it
out when I generate the list. So, unless someone has
something smarter (something entirely possible),
that's what I've opted to do.

Ed

Send instant messages to your online friends http://au.messenger.yahoo.com

attached mail follows:


I think I might have answered my own question. That
is, I think the svn merge command will help me.
Specifically...

svn merge --dry-run
svn://machine/reposName/tags/<last_tag>/folder1
svn://machine/reposName/tags/<current_tag>/folder1
wc/folder1

will list the changes as long as wc/folder1 is defined
at <last_tag>? If wc/folder1 is set to <current_tag>,
will nothing be reported?

Note: forwarded message attached.

Send instant messages to your online friends http://au.messenger.yahoo.com

attached mail follows:


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
Received on Thu Jul 28 03:44:11 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.