Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Always exclude folders from committing in SVN for Netbeans

I use Netbeans 7.0 and the built-in SVN client for developing. I want to always exclude some files and folders from committing/updating (e.g. "cache" or "log", as they are not important for the repository as such).

I didn't find any setting to do so and also Netbeans didn't cover the topic in their FAQs... How can I achieve this?!

like image 431
F.P Avatar asked May 25 '11 06:05

F.P


2 Answers

As Mike said: in the projects window, right-click on a folder, go to "Subversion" -> "Svn Properties".

You will need to have the Subversion plugin installed for this to work.

like image 73
Arno Avatar answered Oct 04 '22 12:10

Arno


Inside netbean, right-click on a folder/file, go to "Subversion" -> Ignore.

I am using this and it is working for me.

like image 38
Developer Avatar answered Oct 04 '22 11:10

Developer