Subversion: Ignore a Directory in the Repo on Commit

Posted by Charles on Stack Overflow See other posts from Stack Overflow or by Charles
Published on 2009-12-30T22:23:10Z Indexed on 2010/04/02 3:43 UTC
Read the original article Hit count: 318

I have all the boost header files in this repository and when I do a check in it takes a really long time to scan all those files that will never change.
Because I want users that checkout the project to be able to compile without installing boost I am in a pickle.

I want to checkout everything, and then ignore updates (there will never be any) on a directory.

Tortoise svn has a ignore-on-commit change list, but I cannot find anyway to add an entire directory to this list, and I do not fancy the idea of 'modifying' all the boost files so I can add them to this change list.

Is there a simple solution?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about svn