I am using NetBeans with integrated subversion control.
If I make commits, adds, etc. through TortoiseSVN, NetBeans doesn’t recognize those actions.
Obviously though if I make changes through NetBeans my local folders are synced respectively.
I’ve tried restarting the IDE, refreshing folders, etc. but NetBeans still doesn’t reflect the updates. Is there a solution to this?
I’m not sure it supports what you’re looking for without some sort of user interaction.
What I do is right-click the Project -> Subversion -> Show Changes. The panel that opens has a Refresh button that rescans svn. This has worked for me for the last several versions as well as different versions of SVN (1.6 vs massive 1.7 changes).
You could also try the official forums and see if you can get an official response: forums.netbeans.org.
Update
Just remembered something. Are you using SVN 1.6 or 1.7? Last I heard Netbeans doesn’t natively support SVN 1.7. See this page for more information.