When I want to transfer my project to svn, Eclipse displays a list of files in our tmp directory. Eclipse offers the ability to add all these files to svn. But I do not want this, I want Eclipse to ignore the entire directory.
about the project
Our project contains a symbolic link "tmp", where all our cache files are written to:
lrwxrwxrwx 1 tijmen tijmen Oct. 11 14 11:28 tmp → ../tmp
The symbolic link tmp has already been added to svn: ignore. The ../tmp directory is not in version control.
The ../tmp directory contains many cache files (837 at the moment). Each time I command Team-> Commit, it lists all the cache files as “Create” in the “Content” column. Since the list is so long, it is very difficult to find the files that I really want to add and / or commit.
Is there a parameter in Eclipse that allows me to ignore the contents of a directory (symlinked) in the Team-> Commit view?
source share