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 173157 - Run recursive refresh after IDE restart
Summary: Run recursive refresh after IDE restart
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-27 12:18 UTC by pstrong
Modified: 2009-11-02 12:42 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 pstrong 2009-09-27 12:18:39 UTC
Hi,
When I change any file outside NetBeans GUI who is used in my project, a small SVN icon doesn't show this change on root
 project folder when I open NetBeans GUI with my projects.(No file commit possible.)
The change is shown only  when I will find this file in folder project tree and make mouse click on it.
When I make a lots of changes outside NetBeans GUI I must find all files in a project tree and to do mouse clicks all of
them.
Comment 1 Ondrej Vrabec 2009-09-27 15:14:32 UTC
When you decide to modify files outside of Netbeans you will allways need to synchronize statuses by 'Subversion -> Show
changes'. This action will refresh cached statuses of project files. Does this work in your case?
Comment 2 pstrong 2009-09-28 21:57:06 UTC
Yes this action will refresh statuses of project files, but 'Subversion -> updates' doesn't work.
Comment 3 Ondrej Vrabec 2009-09-29 08:28:43 UTC
> 'Subversion -> updates' doesn't work
What do you mean? That subversion does not update your files with changes made in repository? Or that status of files is
not refreshed (that's not what Subversion->Update does)?
Comment 4 pstrong 2009-09-29 10:51:35 UTC
It means that the status of files is not refreshed and SVN icon doesn't show. Is it correct? Yes, the 'Subversion ->
update' does update from repository to my working copy but doesn't make update of local changes on my working copy of
files. Is it a true?
Is it possible to do action 'Subversion -> Show changes' automatically when  Netbeans is started?
THANK YOU FOR YOUR ANSWERS.
Comment 5 Ondrej Vrabec 2009-09-29 11:24:27 UTC
> It means that the status of files is not refreshed and SVN icon doesn't show. Is it correct?
Yes, the status is refreshed during update only when it changes (as when a conflict occurs and the file's status becomes
'In conflict').

> Is it possible to do action 'Subversion -> Show changes' automatically when Netbeans is started
Could you please try 6.8 Beta? We made some modifications which could be interpreted as a recursive refresh upon IDE
start (issue 170546), but i am not sure if it works reliably.