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

[TSVN] Merge Filesave Bug

From: Brightland <info_at_brightland.com>
Date: 2005-04-05 00:30:32 CEST

Repro steps:

1. Open Log Messages.
2. Right click and select an earlier revision and select Compare with
Working Copy.
3. In my test case, there are 9 files shown in the file patches window.
4. Double click on the fourth file.
5. Find a diff line, and right click and select Use this Text block from
the left window.
6. Select File Save (or use icon).

BUG: It appears to be an array off-by-one error in the File Patches
window code. Instead of saving the changed file to the proper location
(the filename in the fourth position in this example), the filename in
the third position is overwritten instead (the filename in position 3
now contains the contents of the modified file 4, while file 4 remains
unchanged on disk).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Apr 5 08:28:06 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.