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 75789 - Properties for file/folders are not recognized.
Summary: Properties for file/folders are not recognized.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: RELNOTE
Depends on:
Blocks:
 
Reported: 2006-05-02 15:46 UTC by Peter Pis
Modified: 2006-10-23 15:47 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 Peter Pis 2006-05-02 15:46:22 UTC
Product Version         = NetBeans 5.5 Beta (Build 200604280200)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor; Home  = 1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05; Sun
Microsystems Inc.; d:\Java\jdk1.5.0_06

Steps:
1. Open version control project.
2. Externally set property for folder ('svn propset prop1 "value"')
3. Invoke "SVN | Show Changes" action for project root.

Folder is not recognized as modified. So it cannot be even committed. Serious
problem.
Comment 1 Peter Pis 2006-05-04 16:12:24 UTC
Also if folder has been remotely added with new property, update doesn't bring
the change to this folder locally.
Comment 2 Peter Pis 2006-05-04 16:46:16 UTC
It seems to be problem of status. Even though I can cause really confusion for
users.
Comment 3 Peter Pis 2006-05-04 16:51:25 UTC
Not I but i meant it can cause ;)
Comment 4 Tomas Stupka 2006-06-29 10:57:58 UTC
there was a lot of changes made in the svn status parser in the last days.
seems to be fixed btw
Comment 5 Peter Pis 2006-06-30 15:23:08 UTC
Reopen. Still the same effect.
Comment 6 Tomas Stupka 2006-07-12 15:18:48 UTC
fixed in trunk 

Checking in FileStatusProvider.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/FileStatusProvider.java,v
 <--  FileStatusProvider.java
new revision: 1.15; previous revision: 1.14
done
Checking in Annotator.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/Annotator.java,v  <-- 
Annotator.java
new revision: 1.20; previous revision: 1.19

and merged into 5.5

Checking in FileStatusProvider.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/FileStatusProvider.java,v
 <--  FileStatusProvider.java
new revision: 1.12.4.3; previous revision: 1.12.4.2
done
Checking in Annotator.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/Annotator.java,v  <-- 
Annotator.java
new revision: 1.17.4.3; previous revision: 1.17.4.2
done
Comment 7 Peter Pis 2006-07-15 20:33:54 UTC
This issue is not fixed for beta2.
Comment 8 Peter Pis 2006-07-21 09:58:44 UTC
Verified.