Bug 150563

Summary: Bad Bug leading to data loss
Product: [Applications] ktorrent Reporter: Matthias <matthias_berndt>
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthias 2007-10-07 12:16:18 UTC
Version:           2.2.2 (using KDE KDE 3.5.7)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Hi,

I recently started to download a big torrent containing many files in multiple directories (say, directories A, B C, D). First, I downloaded only directory A and its contents, and then I removed the torrent from Ktorrent, keeping the data in dir A that I had already downloaded. Later on, I wanted to fetch Directories B, C and D too. So I opened the .torrent file once more and I selected everything but directory A. I decided to store the remaining directories in the same place where directory A was already, and suddenly, directory A was empty and I had to download its contents again. 

This is probably easy to fix...
Comment 1 Matthias 2007-10-07 12:21:03 UTC
I'm sorry I can't publish the torrent here, as it's not a public torrent. 
Comment 2 Joris Guisson 2007-10-07 13:32:55 UTC
SVN commit 722462 by guisson:

Fix broken preexsting file check, which can result in files being deleted when the user deselects them and they already exist.

BUG: 150563



 M  +9 -3      fileselectdlg.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=722462
Comment 3 Matthias 2007-10-07 17:10:13 UTC
Thanks!