History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-31287
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Irina Chernushina
Reporter: Bas Leijdekkers
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Deleted file not shown in incoming changes

Created: 17 Sep 08 13:08   Updated: 14 Oct 08 16:56
Component/s: Version Control Integration. Subversion
Fix Version/s: Diana 8940

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. incoming_changes.png
(40 kb)

Build: 8,800
Fixed in build: 8,909
Severity: Medium


 Description  « Hide
It seems in incoming changes, deleted files are not shown.
I have a incoming (subversion) change list, which contains one changed file and one deleted file. This change list is marked [partial] and the deleted file in not show in the Changed Files list. See the attached screen shot. In the repository tab the deleted file is correctly shown.

 All   Comments   Work Log   Change History      Sort Order:
Irina Chernushina - 14 Oct 08 14:59
After small fix, I checked the following cases and treat them correct:
  • created two working copies of the same url;
  • updated both
  • in copy 2, edited file1, deleted file2, commited
  • in copy 1, cleared vcs cache, refreshed incoming changes

in case when I locally have file2 in copy 1, I see in incoming usual list, with both files
in case when I locally don't have (both physically and in VCS: marked as deleted in VCS (locally) or not controlled by VCS locally) file2 in copy 1, I see a partial list with only file1, and this is correct (file2 is already deleted and nothing should be done)
in case when file2 was locally deleted (show as locally deleted by VCS) by is still tracked by VCS, it is shown in incoming list and list is not partial (this case was fixed)

so, sometimes "file deletion change" is not shown in incoming changes if it is already deleted.


Bas Leijdekkers - 14 Oct 08 16:56
Thank you.