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

Re: [TSVN] diff added file with history from log message dialog

From: George Wieggers <george.wieggers_at_gmail.com>
Date: 2005-01-23 09:47:11 CET

Second attempt. Take a look at this patch.

Note: the function GetTempFilePath has a strange behaviour. It assumes
you'll use the return value to create the temp file immediately,
before calling GetTempFilePath again.
Otherwise, it returns the same result twice. I worked around it in
CLogDlg::StartDiff in this patch.

+ // fetch the second tmp filename AFTER the first file really exists.
+ // otherwise we'll end up with two identical paths
+ // BUGBUG, does GetTempFilePath really have to behave that way?

- George

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Sun Jan 23 09:48:12 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.