Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to ignore target folder in TortoiseSVN

How can I ignore the target folder in TortoiseSVN?

like image 425
Mahmoud Saleh Avatar asked Jan 16 '23 13:01

Mahmoud Saleh


2 Answers

This is an old question but for further reference: It can also be globally configured in the "TortoiseSVN"->"Settings" contextual menu option. Just add "target" (separated with a space) to the "Global ignore pattern" setting and click "Apply"

enter image description here

like image 124
Fernando Miguélez Avatar answered Feb 23 '23 18:02

Fernando Miguélez


I Assume that you have already set up a Subversion repository and you want to ignore a folder called "target" in your working copy.

Right click on the target folder icon, choose "TortoiseSVN -> Add to ignore list -> target"; Right click on the icon of the folder containing target and choose "SVN Commit..."; Enter a message text and press OK.

like image 43
Nicola Musatti Avatar answered Feb 23 '23 20:02

Nicola Musatti