문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top