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

Re: Comparing working version with a tag

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-09-06 15:48:51 CEST

"Lance Semmens" <lance.semmens@swebtec.com> wrote on 09/06/2005 07:17:52
AM:

> Is there any way to compare my working version with a tag?
> I'm thinking that there may be some way to tell the synchronize veiw to
> synchronize with a tag.
> I'm hoping to see additions / deletes and changes between my working
version
> and an arbitrary tag.

There is really no good way to do this right now. Ideally, we could
provide Eclipse with the unified diff output from svn diff, and it could
provide its UI based on that. But currently, the only way Eclipse can
handle this is to feed it the entire revisions and let it compare them. So
right now you have two alternatives:

1) Checkout the tag and then select the two projects and do Compare with
-> Each Other

2) Bring up the merge dialog and enter the two URL's in the From and To
boxes, then select the Unified Diff button to see the differences between
the two URL's.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Tue Sep 6 23:48:51 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.