Eclipse Subversion: Exclude Directories

I am in windows running Eclipse Indigo with Subersive to connect to the REMOTE svn repo.

I have a project checked in a local folder. There are several directories in the project that I want to exclude from the registration registration process.

How can i do this? (I do not have SVN installed on windows, and DOES NOT DELIVER it separately for various reasons.)

+6
source share
1 answer

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

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

+8
source

Source: https://habr.com/ru/post/909269/


All Articles