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 137902 - SVN doesn't check for changed files before commit
Summary: SVN doesn't check for changed files before commit
Status: RESOLVED DUPLICATE of bug 118832
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-22 16:08 UTC by igelei
Modified: 2008-06-22 18:30 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 igelei 2008-06-22 16:08:48 UTC
If some files are changed by a another program, Netbeans doesn't find these changes before commiting the files to the
repository. The command line client and other svn clients check every file in the tree to be commited for modifications
before commiting, but Netbeans does not. Please change this annoing behavoir.
Comment 1 Tomas Stupka 2008-06-22 18:30:49 UTC
When making external changes you should always run 'refresh status' from the versioning view. You may also try running netbeans with switch -J-
Dnetbeans.subversion.commit.deepStatusRefresh=true.  

*** This issue has been marked as a duplicate of 118832 ***