SVN in NetBeans - Initial checkout not getting .svn directories
I've run through the NetBeans SVN project setup described here: http://netbeans.org/kb/docs/ide/subversion.html
However once it's checked out and imported into a project, the files aren't recognized as "versioned files" and I cannot make commits or compare, etc. When i right click a file in the project there is no "subversion" menu item. In fact, there are no .svn directories to be found.
Any ideas on what I'm doing wrong?
开发者_StackOverflowI have the most recent version of NetBeans for Mac OSX
Fixed it. I had to set the proper preferences in NetBeans for specifying the svn home folder (/usr/bin).
精彩评论