How to make NetBeans IDE 6.8 show svn commit status (especially for dirty files)
I just switched from Eclipse to NetBeans IDE 6.8 for my PHP / Ajax development. Eclipse always showed a small hard drive symbol above the file icon for files that were synced to the svn repository, and an asterisk for files with changes that were not committed. Is there a way to see the commit status in NetBeans? If not, what is your preferred way of recognizing the files to commit?
a source to share
UPDATE . NetBeans 6.8 provides file status information with icons, color coding, and default file status labels: see http://netbeans.org/kb/docs/ide/subversion.html#badges . UPDATE END
http://wiki.netbeans.org/FaqSubversionAnnotation :
How to display Subversion Branch / Tag annotations?
Annotations are additional information that is displayed for each source file in the IDE. For example, if you enable Subversion status label annotations, you can see the branch and tag names for your files in the Projects and Files windows.
You can do this by choosing View> Show Subversion Status Shortcuts from the main menu.
For more information, see How do I customize Subversion annotations?
a source to share