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 166931 - renaming newly added file causes older file name to be used by commit
Summary: renaming newly added file causes older file name to be used by commit
Status: RESOLVED INVALID
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 17:19 UTC by _ jbelis
Modified: 2009-09-18 12:08 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 _ jbelis 2009-06-11 17:19:12 UTC
add new file called JavaScript.jspf.  shows green in project tab
rename it to Javascript.jspf.
commit

Result:
JavaScript.jspf is committed.  Yet is is no longer in the file system.
Comment 1 Ondrej Vrabec 2009-06-11 21:23:48 UTC
I can't reproduce.
1) I create a file - JavaScript.jspf in IDE - it is colored as green
2) I rename it to Javascript.jspf in IDE - it is still green. It's name in Project view is changed to Javascript.jspf
3) I commit the project - it is true that in the commit dialog I can see the file still as 'JavaScript.jspf', BUT:
4) Javascript.jspf is commited - it is correctly printed in Show History as well as in the Output log - the window with
svn messages:
Adding         D:\DATA\ONDRA\Programming\JAVA\svn\1\JavaApplication1\src\newpackage4\Javascript
Transmitting file data .
Committed revision 53.

I tried that with:
Windows XP - i hope it behaves the same as Windows Vista

Netbeans 6.5
Subversion 1.6 - command line
Subversion 1.5 - javahl

Netbeans 6.7 Beta
Subversion 1.6 - command line
Subversion 1.6 - javahl


It would be nice of you, if you could:
Attach the message.log
Attach the ouput from the svn log - Window > Output > and select the tab named as your repository
What svn version do you use?
Both file creation and rename are performed in IDE or outside (as in an windows explorer manager)?

Thanks
Comment 2 Peter Pis 2009-09-18 12:08:53 UTC
Without requested information for long time - INVALID. We can't do anything in this case. Reporter, please add requested
information and reopen issue. Thanks in advance.