Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Don't show .svn folders in Eclipse

In Eclipse, the PHP Explorer view (that shows the folders of the project) is polluted by the .svn folders. That's kind of annoying, is there a way to hide them, because I looked everywhere in the documentation and didn't find it.

Thanks

like image 648
Matthieu Napoli Avatar asked Jan 28 '11 14:01

Matthieu Napoli


People also ask

Where is the .SVN folder?

svn folder is in the root folder now, and this contains all of the info for the checkout. You should now be able to simply copy the folder and check it in.

How do I open an existing SVN project in Eclipse?

#1) Right-click on the project folder in the project explorer, and click on Team -> Share. #2) In the following window, select SVN and click next. #3) The next window will ask you for your SVN repository URL and credentials, enter that and click finish to add and commit.


1 Answers

almost every view like explorer and outline views in eclipse has an option to filter visible elements by regex. you can find the menu by clicking on the small downward-pointing trangle in the top right corner of the view, then select the Filters item, then click the name filter patterns box, type sth like *svn and voila.

like image 97
kostja Avatar answered Oct 18 '22 06:10

kostja