matt
matt

Reputation: 125

tortoiseSVN where to find the physical location of it's ignore list (win10)

As the caption states - where is the physical location of tortoises' ignore list?

(i'm not asking how to (un-)ignore files or folders)

Upvotes: 0

Views: 34

Answers (1)

Lazy Badger
Lazy Badger

Reputation: 97285

  1. TSVN (Subversion per se) doesn't have|use files for this task. Ignore-pattern is ordinary svn-property (of files|folders in repository)
  2. Default global runtime settings for ignore-patterns can be defined in Subversion\config file: [miscellany] section, global-ignores key

Upvotes: 1

Related Questions