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 149140 - Cannot replace file thats under version control
Summary: Cannot replace file thats under version control
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-03 22:39 UTC by felix9x
Modified: 2008-11-20 22:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description felix9x 2008-10-03 22:39:51 UTC
I checked out some files from an svn repo.

Renamed a file. Say changed X.php to Y.php.
Then I created a new X.php from the filesystem outside of Netbeans.
The file X.php in the file list showed up grey with status saying Locally Deleted. 
This leaves no way to sanely commit the file as an update.

To work around I had to update the directory and get the original file from the repository then I copy pasted the
complete new file into the new file and saved the new file. This makes it a bit awkward to do this type of thing.

I vaguely remember that IDEA was able to figure out that a file was really changed not deleted in this situation.
Something like that is needed.
Comment 1 Tomas Stupka 2008-10-06 10:00:00 UTC
this works as suggested when creating the file in the ide...
Comment 2 Tomas Stupka 2008-11-20 22:44:00 UTC
yet we might see that we get this scenario supported ...