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

[TSVN] Re: Error when diffing across a copy

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-01-16 14:16:52 CET

SteveKing schrieb:

> When you doubleclick, TSVN fetches (tries to) the
> file twice: once with rev-1 and once with rev. Then the UI diff program
> is started to show the diff between those two files.
> And to fetch those files, TSVN has to use svn_client_cat() which doesn't
> follow copies (yet).

Hmm, how about doing something like this:

svn cat filename -r rev > filename.new
svn diff filename -r rev:rev-1 > filename.patch
patch filename.new using filename.patch to create filename.old
launch diff viewer with filename.new and filename.old

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Jan 16 14:17:36 2005

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

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