[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: Christopher Ness <chris_at_nesser.org>
Date: 2005-07-28 03:43:58 CEST

On Thu, 2005-07-28 at 10:46 +1000, Ed Hillmann wrote:
> 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?

This is definitly a list of files that were added or modified. I think
when a file is deleted the entire file is removed in the diff file so
that should also be output by the diff command.

[nesscg@heidrun 4Gsubmission]$ svn diff
https://asc.nesser.org/repos/trunk/srs/
https://asc.nesser.org/repos/tag/srs/4Gsubmission/ | grep ^Index: | cut
-d " " -f 2-
src/tex/start3.tex
src/tex/trace-matrix.tex
src/tex/perf-req.tex
src/tex/zed.tex
src/tex/interfaces.tex
src/tex/therestof2.tex
src/tex/overview.tex
src/tex/fr.tex
src/tex/intro.tex
src/tex/dochist.tex
src/tex/prodpers.tex
src/tex/memoryconst.tex
src/srs_prettyprint.pdf
src/srs.tex

Cheers,
Chris

-- 
PGP Public Key: http://www.nesser.org/pgp-key/
21:38:22 up 4:21, 2 users, load average: 0.26, 0.14, 0.15

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