This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 159976

Summary: "Locally Renamed" instead of "Locally Copied"
Product: versioncontrol Reporter: ulfzibis <ulfzibis>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description ulfzibis 2009-03-10 11:01:46 UTC
Steps:
1. Open versioned controlled project.
2. Switch to "Files" view. 
3. Select some file and rename it (here "IBM775.map" to "IBM775.maps")
Result: --> label: [Copied] (better: [Renamed)

See also: Issue 80794, Issue 159975
Comment 1 Ondrej Vrabec 2009-04-28 14:33:06 UTC
Subversion does not know 'renamed' status, it always returns only copied. Even 'svn rename' means 'svn copy' + 'svn
delete'. So we currently have no fast and easy way to distinguish these two cases.
We could test if the original file still exist, but this would not be always 100% successful and would mean to modify
FileStatusCache structures.
I consider this a minor UI problem -> p4