I work with Mac OS X, with Netbeans 6.7 + SVN.
The first thing to do is create a new repository in which all your files will be stored. This can be done using a GUI tool such as SVNx or through the command line:
svnadmin create REPOS_PATH
Once this is done, you are ready to import the project into the repository via the Netbeans interface! If everything is set up in your netbeans, you can right-click on a project that is not version-controlled and select "Command> Import to SVN Repository" or something like that (you do not need to have NB right here to look for the correct entry).
After that, if everything is in order, your project will be under the control of the SVN version. Then you can perform a check to get a local working copy of the code, commit files, return, etc.
Hope this helps!
Pierre-adrien buisson
source share