Ignoring an element consists of setting the svn:ignore property in the parent folder with the name (or wildcard) of the element. Look at the "Properties" context menu in the folder and you will find it there. Like everything else, these changes are local until you commit them. In this case, you make changes to the parent folder. You can also revert them if you have not done them yet.
It is important to note that this does not remove the item from the repository or working copy. If the item was already under version control, it will remain there until you become its delete .
The function of changing lists, by contrast, is completely local. However, you need to add the version control to move it to the change list; change lists cannot handle untranslated items.
You can tell TortoiseSVN to automatically ignore some file templates. Open the "Preferences" dialog, find the "General" section and edit the "Global ignore pattern" input field. However, these settings apply to all repositories. If you want to ignore certain files, it might be better to add them and move them to the ignore-on-commit change list.
Álvaro González
source share