svn:designate a file as not subject for source control
Posted
by Seva Alekseyev
on Stack Overflow
See other posts from Stack Overflow
or by Seva Alekseyev
Published on 2010-03-30T19:27:25Z
Indexed on
2010/03/30
22:33 UTC
Read the original article
Hit count: 358
I have a project folder with sources, headers, resources, etc. Most files are subject to source control via SVN, but some are not. Is there a way to designate a file as not subject to source control, ever, so that "svn status" does not throw a line with a question mark next to that file?
© Stack Overflow or respective owner