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 02:49:20 2005