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

Re: tags compare

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-17 16:56:25 CEST

On Oct 17, 2005, at 16:34, Nicola.napi wrote:

> How can I compare two tags in SVN Repository, for example to compare
> REL-1.0.0 & REL-2.0.0?

svn diff $REPO/project/tags/REL-1.0.0 $REPO/project/tags/REL-2.0.0

> I would like a tree view with file added, file removed, file
> changed and the
> same for directory.
> Is there a tool to do this?

I'm not sure, but if there is, you can invoke it as an alternate diff
program.

svn diff --diff-cmd mytreediffviewer \
$REPO/project/tags/REL-1.0.0 $REPO/project/tags/REL-2.0.0

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 17 17:01:42 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.