开发者

svn:designate a file as not subject for source control

开发者 https://www.devze.com 2022-12-24 23:15 出处:网络
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,

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 t开发者_如何学编程hat file?


yes, add it as a value of the svn:ignore property on the containing folder.

For example with this structure:

SomeDirectory
SomeDirectory\somefile.txt

you can run

svn propset svn:ignore somefile.txt SomeDirectory


+1 for the svn propset svn:ignore command.

In addition, if you are using TortoiseSVN you can also right-click a file in the commit window when you are committing your changes and choose to ignore that file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号