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

RE: Re: Diff with previous version -> "Unable to find repository location for ..." if file is not in previous rev.

From: Edward F Eaglehouse <efe_at_atmsol.com>
Date: Wed, 16 Dec 2009 07:58:37 -0800 (PST)

The confusion exists because TSVN has two different "diff" entries awkwardly located around a displaced separator line in the TSVN context menu. It caught me, too.

I found out the hard way that what I wanted was the "diff" entry, that compares the working copy of the file with the _most_recently_ committed revision (HEAD) in the repository, which is the intuitive "previous version".

What the "diff with previous version" entry actually compares is the working copy of the file with the _previously_ committed revision (PREV) in the repository. That's why it's confusing.

What adds to the confusion is that sometimes the "diff" entry doesn't appear in the context menu at all.

To summarize:
* "diff" compares the working copy with the HEAD revision in the repository;
* "diff with previous version" compares the working copy with the PREV revision in the repository.

Hope this helps someone else.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-16 17:04:42 CET

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.