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 - "Locally Renamed" instead of "Locally Copied"
Summary: "Locally Renamed" instead of "Locally Copied"
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 11:01 UTC by ulfzibis
Modified: 2009-04-28 14:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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