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 217583 - SVN commits wrong file name upon renaming new file
Summary: SVN commits wrong file name upon renaming new file
Status: RESOLVED DUPLICATE of bug 205136
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 14:50 UTC by bross_pjn
Modified: 2012-08-29 17:20 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 bross_pjn 2012-08-29 14:50:27 UTC
I created a new PHP file in which I camel-cased the name, ex) myNewFile.php. I noticed I camel-cased the file name and changed it to MyNewFile.php. The file was showing green and locally new. When I went to commit the file via SVN, the file name was fine in the commit, and it was showing locally new. When I actually committed the file, the file was showing locally deleted in Netbeans. I went and browsed the source in SVN it was the camel-cased file (myNewFile.php), and in NetBeans it was MyNewFile.php. I tried to revert deleted, update, renaming again, etc... nothing worked. We went ahead and moved the file via command line in SVN, and did a SVN update to get it back the way it should be.

I am using 
- Windows 7
- Netbeans 7.1
- Subversion 1.19.5.42.1

Thanks!

Brian
Comment 1 Ondrej Vrabec 2012-08-29 17:20:14 UTC

*** This bug has been marked as a duplicate of bug 205136 ***