Question

I'm reading how to use SVN on Netbeans here

However, I can't find how to export a project (only code without .svn or .metadata) on Netbeans.

How to do that on Netbeans?

Was it helpful?

Solution

After searching for a while, I found that the export feature is a brand new feature and it has been recently implemented.

Now, I can export the project by right click on the project > Subversion > Copy > Export

OTHER TIPS

You can't do svn export via the user interface of Netbeans IDE. Use command-line or GUI client like TortoiseSVN for this task.

Update: see @AtthaponJunpun-eak's answer. It seems that the svn export feature is now implemented in Netbeans.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top