3
votes

Situation

In repository I have some files (mainly results of build), that are versioned, but I shouldn't commit them.

In my opinion this isn't great idea, but it is outside of my control to remove them from repository.

The solution I came up with is using ignore-on-commit changelist (in Tortoise SVN it can be accessed by right clicking item in 'Commit' window and choosing Move to changelist -> ignore-on-commit).

Question

Is there a way to put a file extension on that list or do I really have to put all the files on that changelist?

It seems to me, that there is no such option in Tortoise, but maybe it is possible to do in SVN from command line?

1

1 Answers

-1
votes

You can do it by file extension suppose you want to ingore all files which having extension like .bak you can put in tortoise properties

enter image description here