views:

842

answers:

1

I am using TortoiseSVN client. I do not want to see SVN client files in Open resource dialog window. Is there any way to ignore particular folder name or file name ?

I have checked following links, There are suggesting to create working set.I am not happy with that because, i have browse down to each package and select the required resource. Is there any other way?

http://stackoverflow.com/questions/233220?sort=oldest#sort-top http://stackoverflow.com/questions/569032/eclipse-hide-svn-files-in-open-resource-dialog

Thanks.

+1  A: 

I am using the Subversive plugin as an SVN client. It hides the SVN client files. As much as I know, the Subclipse also solves this problem.

My suggestion is to use any of these plugins as an SVN client, it will solve the problem. My preference is the Subversive, but here you can find other opinions also: http://stackoverflow.com/questions/61320/svn-plugins-for-eclipse-subclipse-vs-subversive#61328

Zoltán Ujhelyi