[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: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-10-18 12:04:44 CEST

Nicola,

there are two ways to compare tags ( one specific to windows ):

1. If you want to know which files have been changed between two tags,
the best way is to do a dryrun merge:

svn merge --dry-run $REPO/project/tags/REL-1.0.0 $REPO/project/tags/REL-2.0.0 .

You'll need a working copy for this, but that doesn't have to be a full wc,
can be just the head folder of a branch. The dry-run option makes sure you
don't actually write your changes.

2. Using TortoiseSVN >= 1.2.2, you can select both the tags in the repository
browser, and then right click on one of the tags and select Show log.

You'll get the list of revisions that are included in the youngest tags compared
to the oldest tag.

Hope this helps,

Lieven.

Quoting "Nicola.napi" <nicola.napi@email.it>:

> Hi,
>
> I try your suggestion but with:
>
> > svn diff $REPO/project/tags/REL-1.0.0 $REPO/project/tags/REL-2.0.0
>
> I have single files differences, and I don't want it
>
> I would like to compare two tags in the SVN Repository; I try your command
>
> > svn diff --diff-cmd mytreediffviewer
> > $REPO/project/tags/REL-1.0.0 $REPO/project/tags/REL-2.0.0
>
> with TreeCompare.exe but I have no result I want.
>
> I think the onlt way is to export the two tags and compare locally.
>
>
> Regards,
> Nicola
>
>
> --------- Original Message --------
> Da: Ryan Schmidt <subversion-2005@ryandesign.com>
> To:
> Cc: users@subversion.tigris.org
> Oggetto: Re: tags compare
> Data: 17/10/05 16:56
>
> >
> >
> > 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
> >
> >
> >
> --
> Email.it, the professional e-mail, gratis per te: http://www.email.it/f
>
> Sponsor:
> Con Zuritel risparmiare sulla polizza auto è un gioco da ragazzi, prova la
> convenienza clicca qui
> Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=3883&d=20051018
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 18 12:07:14 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.