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

RE: Re: Bug: Compare URLs misses some changes

From: Eric Steele <eric.steele_at_slxpress.com>
Date: Fri, 16 Apr 2010 07:42:33 -0700 (PDT)

Stefan,

Thank you for your reply.

> > I understand that deleting the ddl directory would also delete the
> > file, but it would be nice to see that. The bug comes in when I
>
> That's how the svn library reports those changes. There's nothing we can
> do in TSVN to change that.

Ok, I understand that.

> > click the "Switch Left<- -> Right" comparison button, the
> > "ddl/new.sql" does not show. Switching the left and right using the
> > button results in:
> >
> > ddl - Added views/detail_view.sql - Modified
>
> Just clicking the "<- ->" button doesn't change the number of shown
> items at all.
> All that button does is change the status text of the listed items
> (deleted -> added and added -> deleted).
> If it doesn't do that for you, you have to tell us exactly how you got
> it to do something else.

I haven't gotten it to do something else, but what I would expect is for it to re-run the query as if I had marked the other branch as the "Mark for Compare". Let me restate my expectations from a command-line perspective. That will be more obvious.

Essentially what I did is:
svn diff --summarize svn://svnserv/ds/tags/ticket1 svn://svnserv/ds/branches/proj1

Which lists one "M" and one "D". That's fine. I understand why.

When I click the "<- ->" button, I'm expecting it to now run:
svn diff --summarize svn://svnserv/ds/branches/proj1 svn://svnserv/ds/tags/ticket1

and display those results, i.e. switching the url arguments, which results in two "A"'s and one "M".

Maybe I'm expecting too much from that button, but that was my expectation of functionality.

-Eric

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2585391

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-04-16 16:43:06 CEST

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

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