Eclipse Subversion: Exclude Directories

user504674 picture user504674 · Feb 24, 2012 · Viewed 14.8k times · Source

I'm on windows, running Eclipse Indigo with Subersive for connecting to a REMOTE svn repo.

I have a project checked out into a local folder. There are some directories in the project that I want to exclude from the check-in check-out process.

How can I do this? (I do not have SVN installed on windows, and WILL NOT install it separately due to various reasons.)

Answer

Joni picture Joni · Feb 24, 2012

Set the svn:ignore property to the list of files/directories that you want to ignore on the directory that contains them.

The easiest way to do it seems to be through the "Team" context menu: http://www.eclipse.org/subversive/documentation/teamSupport/SVNaction/ignore_vc.php