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?
I have a project folder with sources, headers, resources, etc. Most files are subject
Share
yes, add it as a value of the
svn:ignoreproperty on the containing folder.For example with this structure:
you can run