James Wilson
James Wilson

Reputation: 5150

Tortoise SVN, ignored files

We are using TortoiseSVN for our projects.

I know it is possible for me to ignore a file or folder upon committing it by right clicking on it and choosing ignore.

Is it possible to set this up globally so anyone who hooks up to our project will all use the same ignore list?

Upvotes: 0

Views: 80

Answers (1)

Jorgesys
Jorgesys

Reputation: 126445

When you ignore a file or folder and makes a commit, the file is marked as ignored file, until you or other partner change the property and make a new commit. and yes this is globally.

Upvotes: 1

Related Questions