Brian
Brian

Reputation: 963

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?

I have the most recent version of NetBeans for Mac OSX

Upvotes: 2

Views: 1406

Answers (1)

Brian
Brian

Reputation: 963

Fixed it. I had to set the proper preferences in NetBeans for specifying the svn home folder (/usr/bin).

Upvotes: 2

Related Questions